Share

ParamLong.GetEnumData 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.280

Syntax

C#

public void GetEnumData(
	uint index,
	ref string name,
	ref string displayName,
	ref int value
)

VB

Public Sub GetEnumData ( 
	index As UInteger,
	ByRef name As String,
	ByRef displayName As String,
	ByRef value As Integer
)

C++

public:
void GetEnumData(
	unsigned int index, 
	String^% name, 
	String^% displayName, 
	int% value
)

Parameters

index  UInt32
 
name  String
 
displayName  String
 
value  Int32
 

See Also

Reference

Was this information helpful?