AlignmentCurve Class

The AlignmentCurve class. This is an abstract base class for other Alignment Entity classes, such as AlignmentArc, AlignmentSCS, and AlignmentLine.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public abstract class AlignmentCurve : AlignmentEntity

Visual Basic

Public MustInherit Class AlignmentCurve _
	Inherits AlignmentEntity

Visual C++

public ref class AlignmentCurve abstract : public AlignmentEntity

Inheritance Hierarchy

See Also