BaseBaselineAlignmentId Property

Gets the ID of the Alignment this baseline is associated with.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract ObjectId AlignmentId { get; }

Property Value

ObjectId
Remarks
Derived classes override this property to return an ObjectId pointing to a correct instance type (Alignment, OffsetAlignment, etc).
See Also