Share

ParamString.DisplayOrder Property



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

Syntax

C#

public override ushort DisplayOrder { get; set; }

VB

Public Overrides Property DisplayOrder As UShort
	Get
	Set

C++

public:
virtual property unsigned short DisplayOrder {
	unsigned short get () override;
	void set (unsigned short value) override;
}

Property Value

UInt16

Implements

IParamDisplayOrder

See Also

Reference

Was this information helpful?