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 438
7c594622 e2e2 c69a 3ac1 a81a80677d16
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the underlying enum type for this instance.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Type EnumType { get; }VB
Public ReadOnly Property EnumType As Type
GetC++
public:
property Type^ EnumType {
Type^ get ();
}F#
member EnumType : Type with getType