Share

SharedParameterApplicableRule Constructor

Constructs an instance of SharedParameterApplicableRule.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public SharedParameterApplicableRule(
	string parameterName
)

Parameters

parameterName  String
The name of the parameter that an element must support to pass this rule.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?