SoMFEnumEnumTypeEnums Property |
Gets a collection containing the enum's value in the SoSFEnum < EnumType >.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public IList<EnumType> Enums { get; }
Public ReadOnly Property Enums As IList(Of EnumType)
Get
public:
property IList<EnumType>^ Enums {
IList<EnumType>^ get ();
}
member Enums : IList<'EnumType> with get
Property Value
Type:
IListEnumTypeSee Also