Gets the default value for track width.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble TrackWidth { get; }
VB
Public ReadOnly Property TrackWidth As PropertyDouble Get
C++
public: property PropertyDouble^ TrackWidth { PropertyDouble^ get (); }