RVTDocs.com

AlignmentStationLabel.IsRecommendedTypeForSet

Method
Description:
Checks if the element type is recommended for alignment labels in sets.
Remarks:
Can be used for finding types to be set to TypeId when creating alignment label sets with CreateSet(Alignment, View, AlignmentStationLabelSetOptions).
Syntax
public static bool IsRecommendedTypeForSet(
	Element type
)
Parameters
Parameter Type Description
type Element The type element to check.
Return Value