Tests whether this parameter can be associated with any global parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
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