Share

IParam.DisplayOrder Property

Gets or sets the display order for the parameter.



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

Syntax

C#

ushort DisplayOrder { get; set; }

VB

Property DisplayOrder As UShort
	Get
	Set

C++

property unsigned short DisplayOrder {
	unsigned short get ();
	void set (unsigned short value);
}

Property Value

UInt16

See Also

Reference

Was this information helpful?