Click or drag to resize

StringEnum Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new StringEnum instance.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public StringEnum(
	Type enumType
)
Request Example View Source

Parameters

enumType
Type: SystemType
Enum type.
See Also