Creates a filter rule that tests elements for support of a shared parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static FilterRule CreateSharedParameterApplicableRule(
string parameterName
)
Parameters
- parameterName String
-
The name of the parameter that elements must support to satisfy this rule.
Return Value
FilterRule
Exceptions
See Also
Reference