ConnectedAlignmentParams Class

This class encapsulates the parameters that are necessary to create a connected alignment. It is used by the Alignment::CreateConnectedAlignment() method.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesConnectedAlignmentParams

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

The ConnectedAlignmentParams type exposes the following members.

Constructors
 NameDescription
Public methodConnectedAlignmentParamsInitializes a new instance of the ConnectedAlignmentParams class
Top
Properties
 NameDescription
Public propertyArcInLength The length of the incoming Arc.
Public propertyArcInRadius The radius of the incoming Arc.
Public propertyArcMiddleRadius The radius of the middle Arc.
Public propertyArcOutLength The length of the outgoing Arc.
Public propertyArcOutRadius The radius of the outgoing Arc.
Public propertyConnectionOverlapLengthIn 
Public propertyConnectionOverlapLengthOut 
Public propertyCurveGroupType The curve group type of the connected Alignment.
Public propertyCurveRadius The curve radius of the Arc.
Public propertyGreaterThan180 The curve group is greater than 180 or less than 180.
Public propertyIncomingParentAlignmentId The ObjectId of the incoming parent alignment.
Public propertyIncomingParentAlignmentStation The station on incoming parent alignment. It is approximate station to identify the position to intersection point of parent alignments.
Public propertyOffsetIn 
Public propertyOffsetOut 
Public propertyOutgoingParentAlignmentId 
Public propertyOutgoingParentAlignmentStation The station on outgoing parent alignment. It is approximate station to identify the position to intersection point of parent alignments.
Public propertyReverseSpiralInLength The spiral in length of the spiral before Arc with the reverse direction. It's for SSCS or SSCSS
Public propertyReverseSpiralOutLength The spiral in length of the spiral after Arc with the reverse direction. It's for SCSS and SSCSS.
Public propertySpiralDefinition The spiral type.
Public propertySpiralInLength The spiral in length of the spiral before Arc with the same direction.
Public propertySpiralOutLength The spiral out length of the spiral after Arc with the same direction.
Top
See Also