Share

SettingsAmbient.SettingsStation.StationDelimiterPosition Property

Specifies the scale to use for major stations.



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

Syntax

C#

public PropertyEnum<StationDelimiterPositionType> StationDelimiterPosition { get; }

VB

Public ReadOnly Property StationDelimiterPosition As PropertyEnum(Of StationDelimiterPositionType)
	Get

C++

public:
property PropertyEnum<StationDelimiterPositionType>^ StationDelimiterPosition {
	PropertyEnum<StationDelimiterPositionType>^ get ();
}

Property Value

PropertyEnumStationDelimiterPositionType

See Also

Reference

Was this information helpful?