AlignmentArc Class

The AlignmentArc class. AlignmentArc derives from the abstract AlignmentCurve class, and represents an AlignmentEntity made up of a single AlignmentSubEntityArc object.

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

Syntax

C#

public class AlignmentArc : AlignmentCurve

Visual Basic

Public Class AlignmentArc _
	Inherits AlignmentCurve

Visual C++

public ref class AlignmentArc : public AlignmentCurve

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.AlignmentEntity
        Autodesk.Civil.DatabaseServices.AlignmentCurve
          Autodesk.Civil.DatabaseServices.AlignmentArc

See Also