|  Direct  | 
 Returns all DirectContext3D handle instances of the given category in the document. 
 Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
 Syntax
 Syntax  public static ISet<ElementId> GetDirectContext3DHandleInstances(
	Document aDocument,
	ElementId handleCategory
)Parameters
Return Value
ISet ElementIdThe set of DirectContext3D handle instances of the given category.
 Exceptions
 Exceptions  | Exception | Condition | 
|---|---|
| ArgumentException | the category ID handleCategory is not valid for DirectContext3D handles. | 
| ArgumentNullException | A non-optional argument was null | 
 See Also
 See Also