Share

ConnectedAlignmentInfo Class

This class encapsulates the properties and operations of a connected alignment object.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesConnectedAlignmentInfo
    More

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public abstract class ConnectedAlignmentInfo

VB

Public MustInherit Class ConnectedAlignmentInfo

C++

public ref class ConnectedAlignmentInfo abstract

The ConnectedAlignmentInfo type exposes the following members.

Properties

 NameDescription
Public propertyConnectionOverlapLengthIn Gets or sets overlap length to generate profile from the profile of incoming Alignment.
Public propertyConnectionOverlapLengthOut Gets or sets overlap length to generate profile from the profile of outgoing Alignment.
Public propertyCurveGroupType Gets the curve group type of the connected Alignment.
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
Public propertyIncomingParentAlignmentId Gets the ObjectId of the incoming parent alignment.
Public propertyOffsetIn Gets or sets the offset value for incoming component.
Public propertyOffsetOut Gets or sets the offset value for outgoing component.
Public propertyOutgoingParentAlignmentId Gets the ObjectId of the outgoing parent alignment.
Public propertyUpdateMode Gets or sets the update mode in relationship to the parent Alignment.

Remarks

ConnectedAlignmentInfo object would be invalid if the parent alignment is deleted.

See Also

Reference

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesConnectedAlignmentInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentArcInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentCCCInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentSCSInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentSCSSInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentSSCSInfo
    Autodesk.Civil.DatabaseServicesConnectedAlignmentSSCSSInfo

Was this information helpful?