Tests whether this parameter can be associated with any global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool CanBeAssociatedWithGlobalParameters()
Return Value
BooleanTrue if the given parameter can be associated (is parametrizable); False otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentException | This parameter does not exist in the document anymore. |