AlignmentSSCSS Class

The Alignment SpiralSpiralCurveSpiralSpiral class. This class represents an AlignmentEntity made up of the following subentities: spiral, spiral, arc, spiral, spiral.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAlignmentEntity
        Autodesk.Civil.DatabaseServicesAlignmentCurve
          Autodesk.Civil.DatabaseServicesAlignmentSSCSS

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class AlignmentSSCSS : AlignmentCurve

The AlignmentSSCSS type exposes the following members.

Properties
 NameDescription
Public propertyArc Gets the arc from the SSCSS group.
Public propertyConstraint1 Gets the AlignmentEntity constraint type, either Fixed, Float or Free.
(Inherited from AlignmentEntity)
Public propertyConstraint2 Gets the AlignmentSSCSS entity constraint type.
Public propertyEndPoint Gets the end point of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertyEndStation Gets the end station of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertyEntityAfter Gets the ID of the AlignmentEntity after this one.
(Inherited from AlignmentEntity)
Public propertyEntityBefore Gets the ID of the AlignmentEntity before this one.
(Inherited from AlignmentEntity)
Public propertyEntityId Gets the AlignmentEntity id, which is the unique representation of this alignment entity.
(Inherited from AlignmentEntity)
Public propertyEntityType Gets the AlignmentEntity type.
(Inherited from AlignmentEntity)
Public propertyGreaterThan180 Gets or sets a bool value indicating whether the Curve Group solution deflection angle is > 180 Degrees.
Public propertyHighestDesignSpeed Gets the highest design speed of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertyItem
(Inherited from AlignmentEntity)
Public propertyLength Gets the length of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertySpiral1 Gets the first spiral from the SSCSS group.
Public propertySpiral2 Gets the second spiral from the SSCSS group.
Public propertySpiral3 Gets the third spiral from the SSCSS group.
Public propertySpiral4 Gets the fourth spiral from the SSCSS group.
Public propertyStartPoint Gets the start point of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertyStartStation Gets the start station of the AlignmentCurve.
(Inherited from AlignmentCurve)
Public propertySubEntityCount Gets the number of subentities that make up the AlignmentEntity.
(Inherited from AlignmentEntity)
Top
Methods
 NameDescription
Public methodDesignChecks Gets the collection of applicable design checks.
(Inherited from AlignmentEntity)
Public methodEquals
(Inherited from AlignmentEntity)
Public methodValidateDesignCheck Validate a specific design check on this entity.
(Inherited from AlignmentEntity)
Top
See Also