ParameterFilterRuleFactory.CreateIsNotAssociatedWithGlobalParameterRule
Method
Description:
Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.
Creates a filter rule that determines whether a parameter is not associated with a certain global parameter.
Syntax
public static FilterRule CreateIsNotAssociatedWithGlobalParameterRule(
ElementId parameter,
ElementId value
)
Parameters
Parameter | Type | Description |
---|---|---|
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
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |