AlignmentConnectedAlignmentInfo Property

Gets an ConnectedAlignmentInfo object containing properties specific to Connected Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ConnectedAlignmentInfo ConnectedAlignmentInfo { get; }

Property Value

ConnectedAlignmentInfo
Exceptions
ExceptionCondition
InvalidOperationException Thrown when:
  • the AlignmentType is not AlignmentType.Connected.
  • the CreateMode is AlignmentCreationType.ManuallyCreation.
Remarks
Removing the parent alignment will invalidate references to the ConnectedAlignmentInfo, therefore any hold reference to the ConnectedAlignmentInfo should not be used.
See Also