Share

SettingsAmbient.SettingsStation.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.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 ();
}

Property Value

PropertyEnumDropLeadingZeroType

See Also

Reference

Was this information helpful?