Gets the name, display name, and value for the enum specified by index.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void GetEnumData(
uint index,
ref string name,
ref string displayName,
ref int value
) |
Visual Basic |
---|
Public Sub GetEnumData ( _
index As UInteger, _
ByRef name As String, _
ByRef displayName As String, _
ByRef value As Integer _
) |
Visual C++ |
---|
public:
void GetEnumData(
unsigned int index,
String^% name,
String^% displayName,
int% value
) |
Parameters
- index
- Type: System..::..UInt32
- name
- Type: System..::..String%
- displayName
- Type: System..::..String%
- value
- Type: System..::..Int32%
See Also