AlignmentStationLabel.AlignmentId Property

AlignmentStationLabelAlignmentId Property

The ElementId of the Alignment on which the SpotDimension is placed.

Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId AlignmentId { get; }
Public ReadOnly Property AlignmentId As ElementId
	Get
public:
property ElementId^ AlignmentId {
	ElementId^ get ();
}
member AlignmentId : ElementId with get

Property Value

ElementId
See Also