Share

AttributeTypeInfoEnum.GetEnumValues Method

Gets a String array that contains all the valid enumeration values for the property.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public string[] GetEnumValues()

VB

Public Function GetEnumValues As String()

C++

public:
array<String^>^ GetEnumValues()

Return Value

String

See Also

Reference

Was this information helpful?