EnumType

Overview

EnumType is a class in Aspose.3D FOSS for .NET.

This class provides 3 methods for working with EnumType objects in .NET programs. Available methods include: AddValue, EnumType, ToString. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Name, Values.

Properties

NameTypeAccessDescription
ValuesIList<EnumValue>ReadGets the values.
NamestringReadGets the name.

Methods

SignatureDescription
EnumType(name: string, values: List<EnumValue>)Calls EnumType(name, values) on this EnumType instance.
ToString()Not implemented in the FOSS edition — throws at runtime. Calls ToString on this EnumType instance.
AddValue(name: string, value: int)Not implemented in the FOSS edition — throws at runtime. Calls AddValue(name, value) on this EnumType instance.

See Also

 English