AlignmentAlignmentType Property

Gets or sets the type of this Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public AlignmentType AlignmentType { get; set; }

Property Value

AlignmentType
Exceptions
ExceptionCondition
ArgumentException Thrown when the alignment type could not be set.
Remarks
Changing the type may clear superelevation or cant data:
  • Changing to Rail clears all superelevation data and resets the track width to the default value from the alignment settings.
  • Changing from Rail to any other type clears all cant data.
See Also