AlignmentStationLabelIsRecommendedTypeForSet Method |
Checks if the element type is recommended for alignment labels in sets.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool IsRecommendedTypeForSet(
Element type
)
Public Shared Function IsRecommendedTypeForSet (
type As Element
) As Boolean
public:
static bool IsRecommendedTypeForSet(
Element^ type
)
static member IsRecommendedTypeForSet :
type : Element -> bool
Parameters
- type Element
- The type element to check.
Return Value
Boolean
Remarks
See Also