This class encapsulates the parameters that are necessary to create a connected alignment. It is used by the Alignment::CreateConnectedAlignment() method.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesConnectedAlignmentParams
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class ConnectedAlignmentParams
VB
Public Class ConnectedAlignmentParams
C++
public ref class ConnectedAlignmentParams
The ConnectedAlignmentParams type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectedAlignmentParams | Initializes a new instance of the ConnectedAlignmentParams class |
Properties
Name | Description | |
---|---|---|
![]() | ArcInLength | The length of the incoming Arc. |
![]() | ArcInRadius | The radius of the incoming Arc. |
![]() | ArcMiddleRadius | The radius of the middle Arc. |
![]() | ArcOutLength | The length of the outgoing Arc. |
![]() | ArcOutRadius | The radius of the outgoing Arc. |
![]() | ConnectionOverlapLengthIn | |
![]() | ConnectionOverlapLengthOut | |
![]() | CurveGroupType | The curve group type of the connected Alignment. |
![]() | CurveRadius | The curve radius of the Arc. |
![]() | GreaterThan180 | The curve group is greater than 180 or less than 180. |
![]() | IncomingParentAlignmentId | The ObjectId of the incoming parent alignment. |
![]() | IncomingParentAlignmentStation | The station on incoming parent alignment. It is approximate station to identify the position to intersection point of parent alignments. |
![]() | OffsetIn | |
![]() | OffsetOut | |
![]() | OutgoingParentAlignmentId | |
![]() | OutgoingParentAlignmentStation | The station on outgoing parent alignment. It is approximate station to identify the position to intersection point of parent alignments. |
![]() | ReverseSpiralInLength | The spiral in length of the spiral before Arc with the reverse direction. It's for SSCS or SSCSS |
![]() | ReverseSpiralOutLength | The spiral in length of the spiral after Arc with the reverse direction. It's for SCSS and SSCSS. |
![]() | SpiralDefinition | The spiral type. |
![]() | SpiralInLength | The spiral in length of the spiral before Arc with the same direction. |
![]() | SpiralOutLength | The spiral out length of the spiral after Arc with the same direction. |