RVTDocs.com

AlignmentStationLabel.IsValidType

Method
Description:
Checks if the type is a valid alignment station label type.
Remarks:
Can be used for finding or types to be set to TypeId when creating alignment label sets with Create(Alignment, View, AlignmentStationLabelOptions); or types to be set to TypeId when creating alignment labels with CreateSet(Alignment, View, AlignmentStationLabelSetOptions).
Syntax
public static bool IsValidType(
	Element type
)
Parameters
Parameter Type Description
type Element The element type to validate.
Return Value