MinimumDisplayWidth Property

Specifies the minimum display width for the station value, which allows leading zeros to be added if necessary. For example, assuming a minimum display width of 10 and a precision of 2, a station value of 1234.234 would be displayed as 0012+34.23.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyInt MinimumDisplayWidth { get; }

Visual Basic

Public ReadOnly Property MinimumDisplayWidth As PropertyInt
	Get

Visual C++

public:
property PropertyInt^ MinimumDisplayWidth {
	PropertyInt^ get ();
}

See Also