SettingsAmbientSettingsStationMinimumDisplayWidth 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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyInt MinimumDisplayWidth { get; }
Public ReadOnly Property MinimumDisplayWidth As PropertyInt
Get
public:
property PropertyInt^ MinimumDisplayWidth {
PropertyInt^ get ();
}
Property Value
PropertyInt
See Also