DropLeadingZerosRightOfStationCharacter Property

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

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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