Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

68991a0b 8d13 3e5c a39e a6c307411623

haplokuon edited this page May 6, 2023 · 1 revision

Type Property

netDxf 3.0.0 Library

Gets the entity type.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public EntityType Type { get; }

VB

Public ReadOnly Property Type As EntityType
	Get

C++

public:
property EntityType Type {
	EntityType get ();
}

F#

member Type : EntityType with get

Property Value

EntityType

See Also

Reference

EntityObject Class
netDxf.Entities Namespace

Clone this wiki locally