ParamLongGetEnumData Method |
Gets the name, display name, and value for the enum specified by index.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void GetEnumData(
uint index,
ref string name,
ref string displayName,
ref int value
)
Public Sub GetEnumData (
index As UInteger,
ByRef name As String,
ByRef displayName As String,
ByRef value As Integer
)
public:
void GetEnumData(
unsigned int index,
String^% name,
String^% displayName,
int% value
)
Parameters
- index UInt32
-
- name String
-
- displayName String
-
- value Int32
-
See Also