Share

Alignment.ConnectedAlignmentInfo Property

Gets an ConnectedAlignmentInfo object containing properties specific to Connected Alignment.



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

Syntax

C#

public ConnectedAlignmentInfo ConnectedAlignmentInfo { get; }

VB

Public ReadOnly Property ConnectedAlignmentInfo As ConnectedAlignmentInfo
	Get

C++

public:
property ConnectedAlignmentInfo^ 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

Reference

Was this information helpful?