AlignmentAlignmentType Property |
Gets or sets the type of this Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic AlignmentType AlignmentType { get; set; }Public Property AlignmentType As AlignmentType
Get
Set
public:
property AlignmentType AlignmentType {
AlignmentType get ();
void set (AlignmentType value);
}Property Value
AlignmentType
Exceptions
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