2027 Method
Changes 0
M

ParameterFilterRuleFactory.CreateIsAssociatedWithGlobalParameterRule

Description:
Creates a filter rule that determines whether a parameter is associated with a certain global parameter.
public static FilterRule CreateIsAssociatedWithGlobalParameterRule(
	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