AlignmentSpiral Class

The AlignmentSpiral Class. AlignmentSpiral derives from the abstract AlignmentCurve class, and represents an AlignmentEntity made up of a single spiral subentity.

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

Syntax

C#

public class AlignmentSpiral : AlignmentCurve

Visual Basic

Public Class AlignmentSpiral _
	Inherits AlignmentCurve

Visual C++

public ref class AlignmentSpiral : public AlignmentCurve

Inheritance Hierarchy

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

See Also