Revit 2023 API |
AlignmentStationLabel..::..IsValid Method (Element) |
AlignmentStationLabel Class See Also |
Checks if the element is a valid alignment station label.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
C# |
---|
public static bool IsValid( Element element ) |
Visual Basic |
---|
Public Shared Function IsValid ( _ element As Element _ ) As Boolean |
Visual C++ |
---|
public: static bool IsValid( Element^ element ) |
Parameters
- element
- Type: Autodesk.Revit.DB..::..Element
The element to validate.