EnumValue
Overview
EnumValue is a class in Aspose.3D FOSS for .NET.
This class provides 2 methods for working with EnumValue objects in .NET programs.
Available methods include: EnumValue, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Name, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | Gets the name. |
Value | int | Read | Gets the value. |
Methods
| Signature | Description |
|---|---|
EnumValue(name: string, value: int) | Calls EnumValue(name, value) on this EnumValue instance. |
ToString() | Not implemented in the FOSS edition — throws at runtime. Calls ToString on this EnumValue instance. |