This class encapsulates the properties and operations of a connected alignment object with curve type SCSS.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesConnectedAlignmentInfo
Autodesk.Civil.DatabaseServicesConnectedAlignmentSCSSInfo
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class ConnectedAlignmentSCSSInfo : ConnectedAlignmentInfo
VB
Public NotInheritable Class ConnectedAlignmentSCSSInfo Inherits ConnectedAlignmentInfo
C++
public ref class ConnectedAlignmentSCSSInfo sealed : public ConnectedAlignmentInfo
The ConnectedAlignmentSCSSInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConnectionOverlapLengthIn |
Gets or sets overlap length to generate profile from the profile of incoming Alignment.
(Inherited from ConnectedAlignmentInfo) |
![]() | ConnectionOverlapLengthOut |
Gets or sets overlap length to generate profile from the profile of outgoing Alignment.
(Inherited from ConnectedAlignmentInfo) |
![]() | CurveGroupType |
Gets the curve group type of the connected Alignment.
(Inherited from ConnectedAlignmentInfo) |
![]() | CurveRadius | Gets or sets the curve radius of the SCSS. |
![]() | GreaterThan180 |
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) |
![]() | IncomingParentAlignmentId |
Gets the ObjectId of the incoming parent alignment.
(Inherited from ConnectedAlignmentInfo) |
![]() | OffsetIn |
Gets or sets the offset value for incoming component.
(Inherited from ConnectedAlignmentInfo) |
![]() | OffsetOut |
Gets or sets the offset value for outgoing component.
(Inherited from ConnectedAlignmentInfo) |
![]() | OutgoingParentAlignmentId |
Gets the ObjectId of the outgoing parent alignment.
(Inherited from ConnectedAlignmentInfo) |
![]() | ReverseSpiralOutLength | Gets or sets the spiral out length of the spiral after Arc with the reverse direction. It's valid for SCSS and SSCSS. |
![]() | SpiralDefinition | Gets the spiral entity spiral type. |
![]() | SpiralInLength | Gets or sets the spiral in length of the spiral before Arc with the same direction. |
![]() | SpiralOutLength | Gets or sets the spiral out length of the spiral after Arc with the same direction. |
![]() | UpdateMode |
Gets or sets the update mode in relationship to the parent Alignment.
(Inherited from ConnectedAlignmentInfo) |