ConnectedAlignmentSSCSSInfo Class

This class encapsulates the properties and operations of a connected alignment object with curve type SSCSS.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesConnectedAlignmentInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentSSCSSInfo

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

The ConnectedAlignmentSSCSSInfo type exposes the following members.

Properties
 NameDescription
Public propertyConnectionOverlapLengthIn Gets or sets overlap length to generate profile from the profile of incoming Alignment.
(Inherited from ConnectedAlignmentInfo)
Public propertyConnectionOverlapLengthOut Gets or sets overlap length to generate profile from the profile of outgoing Alignment.
(Inherited from ConnectedAlignmentInfo)
Public propertyCurveGroupType Gets the curve group type of the connected Alignment.
(Inherited from ConnectedAlignmentInfo)
Public propertyCurveRadius Gets or sets the curve radius of the SSCSS.
Public propertyGreaterThan180 Gets whether the curve group is greater than 180 or less than 180. set GreaterThan180 is not exposed because changing this property after creation will cause issues
(Inherited from ConnectedAlignmentInfo)
Public propertyIncomingParentAlignmentId Gets the ObjectId of the incoming parent alignment.
(Inherited from ConnectedAlignmentInfo)
Public propertyOffsetIn Gets or sets the offset value for incoming component.
(Inherited from ConnectedAlignmentInfo)
Public propertyOffsetOut Gets or sets the offset value for outgoing component.
(Inherited from ConnectedAlignmentInfo)
Public propertyOutgoingParentAlignmentId Gets the ObjectId of the outgoing parent alignment.
(Inherited from ConnectedAlignmentInfo)
Public propertyReverseSpiralInLength Gets or sets the spiral in length of the spiral before Arc with the reverse direction.
Public propertyReverseSpiralOutLength Gets or sets the spiral out length of the spiral after Arc with the reverse direction. It's valid for SCSS and SSCSS.
Public propertySpiralDefinition Gets the spiral entity spiral type.
Public propertySpiralInLength Gets or sets the spiral in length of the spiral before Arc with the same direction.
Public propertySpiralOutLength Gets or sets the spiral out length of the spiral after Arc with the same direction.
Public propertyUpdateMode Gets or sets the update mode in relationship to the parent Alignment.
(Inherited from ConnectedAlignmentInfo)
Top
Remarks
ConnectedAlignmentSSCSSInfo object would be invalid if the parent alignment is deleted.
See Also