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

NameTypeAccessDescription
NamestringReadGets the name.
ValueintReadGets the value.

Methods

SignatureDescription
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.

See Also

 English