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

7c594622 e2e2 c69a 3ac1 a81a80677d16

haplokuon edited this page May 6, 2023 · 1 revision

EnumType Property

netDxf 3.0.0 Library

Gets the underlying enum type for this instance.

Definition

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

C#

public Type EnumType { get; }

VB

Public ReadOnly Property EnumType As Type
	Get

C++

public:
property Type^ EnumType {
	Type^ get ();
}

F#

member EnumType : Type with get

Property Value

Type

See Also

Reference

StringEnum(T) Class
netDxf Namespace

Clone this wiki locally