AlignmentCheckStationLabels Property


A change to an Infrastructure Alignment or its Stationing Units may have affected the associated Alignment Station Labels. Please check the labels to ensure proper placement.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

C#
public static FailureDefinitionId AlignmentCheckStationLabels { get; }
Visual Basic
Public Shared ReadOnly Property AlignmentCheckStationLabels As FailureDefinitionId
	Get
Visual C++
public:
static property FailureDefinitionId^ AlignmentCheckStationLabels {
	FailureDefinitionId^ get ();
}

See Also