ParameterFilterRuleFactory.CreateIsNotAssociatedWithGlobalParameterRule
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.
public static FilterRule CreateIsNotAssociatedWithGlobalParameterRule(
ElementId parameter,
ElementId value
)
-
parameterA parameter that can be associated with an existing global parameter of a compatible type.
-
valueThe global parameter used to test the association.
Return Value
FilterRule
-
A non-optional argument was null