Gets or sets the display order for the parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
ushort DisplayOrder { get; set; }
Visual Basic
Property DisplayOrder As UShort
	Get
	Set
Visual C++
property unsigned short DisplayOrder {
	unsigned short get ();
	void set (unsigned short value);
}

See Also