SoMFEnumEnumTypeValue Property |
Value indexer.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public EnumType this[
int index
] { get; set; }
Public Property Value (
index As Integer
) As EnumType
Get
Set
public:
property EnumType Value[int index] {
EnumType get (int index);
void set (int index, EnumType value);
}
member Value : 'EnumType with get, set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
EnumTypeSee Also