2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateIsNotAssociatedWithGlobalParameterRule

Description:
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
)
  • parameter
    A parameter that can be associated with an existing global parameter of a compatible type.
  • value
    The global parameter used to test the association.
Return Value FilterRule FilterRule