Gets an ConnectedAlignmentInfo object containing properties specific to Connected Alignment.

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

Syntax

C#
public ConnectedAlignmentInfo ConnectedAlignmentInfo { get; }
Visual Basic
Public ReadOnly Property ConnectedAlignmentInfo As ConnectedAlignmentInfo
	Get
Visual C++
public:
property ConnectedAlignmentInfo^ ConnectedAlignmentInfo {
	ConnectedAlignmentInfo^ get ();
}

Remarks

Removing the parent alignment will invalidate references to the ConnectedAlignmentInfo, therefore any hold reference to the ConnectedAlignmentInfo should not be used.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when:
  • the AlignmentType is not AlignmentType.Connected.
  • the CreateMode is AlignmentCreationType.ManuallyCreation.

See Also