ParamLongGetEnumData Method

Gets the name, display name, and value for the enum specified by index.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void GetEnumData(
	uint index,
	ref string name,
	ref string displayName,
	ref int value
)

Parameters

index  UInt32
 
name  String
 
displayName  String
 
value  Int32
 
See Also