The Alignment SpiralCurveSpiralCurveSpiral class. This class represents an AlignmentEntity made up of the following subentities: an in spiral, then an arc, spiral, arc, and out spiral.

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

Syntax

C#
public class AlignmentSCSCS : AlignmentCurve
Visual Basic
Public Class AlignmentSCSCS _
	Inherits AlignmentCurve
Visual C++
public ref class AlignmentSCSCS : public AlignmentCurve

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices..::..AlignmentEntity
        Autodesk.Civil.DatabaseServices..::..AlignmentCurve
          Autodesk.Civil.DatabaseServices..::..AlignmentSCSCS

See Also