Gets an ConnectedAlignmentInfo object containing properties specific to Connected Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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
Exception | Condition |
---|---|
System.InvalidOperationException |
Thrown when:
|