<Code Lib>
2023 Method
Changes 0
M

Parameter.CanBeAssociatedWithGlobalParameter

Description:
Tests whether this parameter can be associated with the given global parameter.
Remarks:
Only properties defined as parametrizable can be associated with global parameters. That excludes any read-only and formula-driven parameters, as well as those that have other explicit or implicit restrictions imposed by Revit.

public bool CanBeAssociatedWithGlobalParameter(
	ElementId gpId
)

Return Value bool True if this parameter can be associated with the given global parameter; False otherwise.

Loading…