IDirectContext3DServerUsesHandles Method |
Tests whether this server uses DirectContext3D handle elements.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxFunction UsesHandles As Boolean
abstract UsesHandles : unit -> bool
Return Value
Boolean
True if the server needs to use DirectContext3D handle elements, false otherwise.
RemarksIn the current release servers that use handle elements can only work with internal addins.
Third-party implementers should return 'false'.
See Also