Share

SettingsAmbient.SettingsStation.StationDelimiterCharacter Property

Specifies the separator character used to display stations.



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

Syntax

C#

public PropertyEnum<StationDelimiterCharacterType> StationDelimiterCharacter { get; }

VB

Public ReadOnly Property StationDelimiterCharacter As PropertyEnum(Of StationDelimiterCharacterType)
	Get

C++

public:
property PropertyEnum<StationDelimiterCharacterType>^ StationDelimiterCharacter {
	PropertyEnum<StationDelimiterCharacterType>^ get ();
}

Property Value

PropertyEnumStationDelimiterCharacterType

See Also

Reference

Was this information helpful?