Drops leading zeros before the station character for whole number station values.

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

Syntax

C#
public PropertyEnum<DropLeadingZeroType> DropLeadingZerosRightOfStationCharacter { get; }
Visual Basic
Public ReadOnly Property DropLeadingZerosRightOfStationCharacter As PropertyEnum(Of DropLeadingZeroType)
	Get
Visual C++
public:
property PropertyEnum<DropLeadingZeroType>^ DropLeadingZerosRightOfStationCharacter {
	PropertyEnum<DropLeadingZeroType>^ get ();
}

See Also