DirectContext3DDocumentUtils.GetDirectContext3DHandleTypes
Method
Description:
Returns all DirectContext3D handle types of the given category in the document.
Returns all DirectContext3D handle types of the given category in the document.
Syntax
public static ISet<ElementId> GetDirectContext3DHandleTypes(
Document aDocument,
ElementId handleCategory
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| aDocument | Document | The document. |
| handleCategory | ElementId | A category of DirectContext3D handles. |
Return Value
| Type | Description |
|---|---|
| ISet | The set of DirectContext3D handle types of the given category. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | the category ID handleCategory is not valid for DirectContext3D handles. |
| ArgumentNullException | A non-optional argument was null |