<Code Lib>
2020 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
)

Return Value FilterRule

Loading…