Tests whether this parameter can be associated with any global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2016 Subscription Update
Syntax
| C# |
|---|
public bool CanBeAssociatedWithGlobalParameters() |
| Visual Basic |
|---|
Public Function CanBeAssociatedWithGlobalParameters As Boolean |
| Visual C++ |
|---|
public:
bool CanBeAssociatedWithGlobalParameters() |
Return Value
True if the given parameter can be associated (is parametrizable); False otherwise.
Remarks
Exceptions
See Also