AlignmentStationLabel.IsValid(Element) Method

AlignmentStationLabelIsValid(Element) Method

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: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsValid(
	Element element
)
Public Shared Function IsValid ( 
	element As Element
) As Boolean
public:
static bool IsValid(
	Element^ element
)
static member IsValid : 
        element : Element -> bool 

Parameters

element  Element
The element to validate.

Return Value

Boolean
See Also