Gets the ID of the Alignment this baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public abstract ObjectId AlignmentId { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property AlignmentId As ObjectId Get |
Visual C++ |
---|
public: virtual property ObjectId AlignmentId { ObjectId get () abstract; } |
Remarks
Derived classes override this property to return an ObjectId pointing to a correct instance type
(Alignment, OffsetAlignment, etc).