Share

Alignment.SuperelevationCurves Property

Gets a collection of the SuperElevationCurve objects in the Alignment. If the superelevation 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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SuperelevationCurveCollection SuperelevationCurves { get; }

VB

Public ReadOnly Property SuperelevationCurves As SuperelevationCurveCollection
	Get

C++

public:
property SuperelevationCurveCollection^ SuperelevationCurves {
	SuperelevationCurveCollection^ get ();
}

Property Value

SuperelevationCurveCollection

See Also

Reference

Was this information helpful?