Drops leading zeros before the station character for whole number station values.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<DropLeadingZeroType> DropLeadingZerosRightOfStationCharacter { get; }
VB
Public ReadOnly Property DropLeadingZerosRightOfStationCharacter As PropertyEnum(Of DropLeadingZeroType) Get
C++
public: property PropertyEnum<DropLeadingZeroType>^ DropLeadingZerosRightOfStationCharacter { PropertyEnum<DropLeadingZeroType>^ get (); }