Revit 2025.3 API
IDirect |
Tests whether this server uses DirectContext3D handle elements.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
bool UsesHandles()
Function UsesHandles As Boolean
bool UsesHandles()
abstract UsesHandles : unit -> bool
Return Value
BooleanTrue if the server needs to use DirectContext3D handle elements, false otherwise.
In the current release servers that use handle elements can only work with internal addins.
Third-party implementers should return 'false'.
See Also