The Alignment SpiralSpiralCurveSpiralSpiral class. This class represents an AlignmentEntity made up of the following subentities: spiral, spiral, arc, spiral, spiral.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAlignmentEntity
Autodesk.Civil.DatabaseServicesAlignmentCurve
Autodesk.Civil.DatabaseServicesAlignmentSSCSS
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class AlignmentSSCSS : AlignmentCurve
VB
Public Class AlignmentSSCSS Inherits AlignmentCurve
C++
public ref class AlignmentSSCSS : public AlignmentCurve
The AlignmentSSCSS type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Arc | Gets the arc from the SSCSS group. | |
| Constraint1 |
Gets the AlignmentEntity constraint type, either Fixed, Float or Free.
(Inherited from AlignmentEntity) | |
| Constraint2 | Gets the AlignmentSSCSS entity constraint type. | |
| EndPoint |
Gets the end point of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| EndStation |
Gets the end station of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| EntityAfter |
Gets the ID of the AlignmentEntity after this one.
(Inherited from AlignmentEntity) | |
| EntityBefore |
Gets the ID of the AlignmentEntity before this one.
(Inherited from AlignmentEntity) | |
| EntityId |
Gets the AlignmentEntity id, which is the unique representation of this alignment entity.
(Inherited from AlignmentEntity) | |
| EntityType |
Gets the AlignmentEntity type.
(Inherited from AlignmentEntity) | |
| GreaterThan180 | Gets or sets a bool value indicating whether the Curve Group solution deflection angle is > 180 Degrees. | |
| HighestDesignSpeed |
Gets the highest design speed of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| Item | (Inherited from AlignmentEntity) | |
| Length |
Gets the length of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| Spiral1 | Gets the first spiral from the SSCSS group. | |
| Spiral2 | Gets the second spiral from the SSCSS group. | |
| Spiral3 | Gets the third spiral from the SSCSS group. | |
| Spiral4 | Gets the fourth spiral from the SSCSS group. | |
| StartPoint |
Gets the start point of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| StartStation |
Gets the start station of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| SubEntityCount |
Gets the number of subentities that make up the AlignmentEntity.
(Inherited from AlignmentEntity) |
Methods
| Name | Description | |
|---|---|---|
| DesignChecks |
Gets the collection of applicable design checks.
(Inherited from AlignmentEntity) | |
| Equals | (Inherited from AlignmentEntity) | |
| ValidateDesignCheck |
Validate a specific design check on this entity.
(Inherited from AlignmentEntity) |
