Gets an OffsetAlignmentInfo object containing properties specific to Offset Alignments.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public OffsetAlignmentInfo OffsetAlignmentInfo { get; }
Visual Basic
Public ReadOnly Property OffsetAlignmentInfo As OffsetAlignmentInfo Get
Visual C++
public: property OffsetAlignmentInfo^ OffsetAlignmentInfo { OffsetAlignmentInfo^ get (); }
Remarks
Removing the parent alignment will invalidate references to the OffsetAlignmentInfo, therefore any hold reference to the OffsetAlignmentInfo should not be used.
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException |
Thrown when:
|