AlignmentCANTCurves Property |
Gets a collection of the SuperElevationCurve objects in the Alignment.
If the CANT data is out of sync from alignment geometry, it will try to recalculate it.
In this case, the alignment will be upgraded to write mode, the document will be locked, and modified notification could be sent out.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CANTCurveCollection CANTCurves { get; }
Public ReadOnly Property CANTCurves As CANTCurveCollection
Get
public:
property CANTCurveCollection^ CANTCurves {
CANTCurveCollection^ get ();
}
Property Value
CANTCurveCollection
See Also