AlignmentSubEntitySpiral Class

The Alignment spiral subentity class. This class represents spiral object in AlignmentEntity objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAlignmentSubEntity
        Autodesk.Civil.DatabaseServicesAlignmentSubEntitySpiral

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class AlignmentSubEntitySpiral : AlignmentSubEntity

The AlignmentSubEntitySpiral type exposes the following members.

Properties
 NameDescription
Public propertyA Gets the spiral A value.
Public propertyCompound Gets the alignment spiral entity Simple/Compound Flag.
Public propertyCurveGroupIndex Gets or sets the alignment sub-entity group index.
(Inherited from AlignmentSubEntity)
Public propertyCurveGroupSubEntityIndex Gets or sets the alignment sub-entity group subentity index.
(Inherited from AlignmentSubEntity)
Public propertyCurveType Gets the alignment spiral entity Incurve/Outcurve type.
Public propertyDelta Gets the curve delta angle.
Public propertyDirection Gets the AeccAlignmentSpiralDirectionType enum value that specifies the curve direction as either left or right.
Public propertyEndDirection Gets the direction value at the end point.
Public propertyEndPoint Gets the alignment sub-entity end point coordinate.
(Inherited from AlignmentSubEntity)
Public propertyEndStation Gets the alignment sub-entity ending station.
(Inherited from AlignmentSubEntity)
Public propertyK Gets the spiral K value.
Public propertyLength Gets or sets the alignment sub-entity length.
(Inherited from AlignmentSubEntity)
Public propertyLongTangent Gets the spiral long tangent.
Public propertyMinimumTransitionLength Gets the minimum transition length according to the design speed check.
Public propertyP Gets the spiral P value.
Public propertyRadialPoint Gets the alignment spiral subentity radial Point2D coordinate.
Public propertyRadiusIn Gets the incoming curve radius, in radians.
Public propertyRadiusOut Gets the outgoing curve radius, in radians.
Public propertyShortTangent Gets the spiral short tangent.
Public propertySPIAngle Gets the alignment spiral entity SPI angle.
Public propertySPIPoint Gets the alignment spiral entity SPI Point2D coordinate.
Public propertySpiralDefinition Gets the alignment spiral entity spiral type.
Public propertySPIStation Gets the alignment spiral entity SPI station.
Public propertyStartDirection Gets the direction value at the start point.
Public propertyStartPoint Gets the alignment sub-entity start point coordinate.
(Inherited from AlignmentSubEntity)
Public propertyStartStation Gets the alignment sub-entity starting station.
(Inherited from AlignmentSubEntity)
Public propertySubEntityType
(Overrides AlignmentSubEntitySubEntityType)
Public propertyTotalX Gets the spiral total X value.
Public propertyTotalY Gets the spiral total Y value.
Top
Methods
 NameDescription
Public methodDesignChecks Gets the collection of applicable design checks.
(Inherited from AlignmentSubEntity)
Public methodEquals
(Inherited from AlignmentSubEntity)
Public methodValidateDesignCheck Validate a specific design check on this entity.
(Inherited from AlignmentSubEntity)
Top
See Also