Creates a filter rule that determines whether a parameter is associated
with a certain global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static FilterRule CreateIsAssociatedWithGlobalParameterRule( ElementId parameter, ElementId value )
Parameters
- parameter ElementId
- A parameter that can be associated with an existing global parameter of a compatible type.
- value ElementId
- The global parameter used to test the association.
Return Value
FilterRuleExceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |