AlignmentOffsetAlignmentInfo Property |
Gets an OffsetAlignmentInfo object containing properties specific to Offset Alignments.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic OffsetAlignmentInfo OffsetAlignmentInfo { get; }
Public ReadOnly Property OffsetAlignmentInfo As OffsetAlignmentInfo
Get
public:
property OffsetAlignmentInfo^ OffsetAlignmentInfo {
OffsetAlignmentInfo^ get ();
}
Property Value
OffsetAlignmentInfo
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- the AlignmentType is not AlignmentType.Offset.
- the CreateMode is AlignmentCreationType.ManuallyCreation.
|
Remarks
Removing the parent alignment will invalidate references to the OffsetAlignmentInfo, therefore any hold reference to the OffsetAlignmentInfo should not be used.
See Also