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
| Name | Type | Access | Description |
|---|---|---|---|
Values | IList<EnumValue> | Read | Gets the values. |
Name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
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. |