Share

SettingsAmbient.SettingsStation.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.8.0.280

Syntax

C#

public PropertyInt MinimumDisplayWidth { get; }

VB

Public ReadOnly Property MinimumDisplayWidth As PropertyInt
	Get

C++

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

Property Value

PropertyInt

See Also

Reference

Was this information helpful?