Gets the ID of the Alignment this baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract ObjectId AlignmentId { get; }
VB
Public MustOverride ReadOnly Property AlignmentId As ObjectId Get
C++
public: virtual property ObjectId AlignmentId { ObjectId get () abstract; }