AlignmentConnectedAlignmentInfo Property |
Gets an ConnectedAlignmentInfo object containing properties specific to Connected Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ConnectedAlignmentInfo ConnectedAlignmentInfo { get; }
Public ReadOnly Property ConnectedAlignmentInfo As ConnectedAlignmentInfo
Get
public:
property ConnectedAlignmentInfo^ ConnectedAlignmentInfo {
ConnectedAlignmentInfo^ get ();
}
Property Value
ConnectedAlignmentInfo
ExceptionsException | Condition |
---|
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