This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 436
68991a0b 8d13 3e5c a39e a6c307411623
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the entity type.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public EntityType Type { get; }VB
Public ReadOnly Property Type As EntityType
GetC++
public:
property EntityType Type {
EntityType get ();
}F#
member Type : EntityType with get