RailAlignmentInfoTrackWidth Property |
Gets or sets the track width.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double TrackWidth { get; set; }
Public Property TrackWidth As Double
Get
Set
public:
property double TrackWidth {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the new value is a negative number.
|
See Also