Share

DirectContext3DDocumentUtils.GetDirectContext3DHandleTypes Method

Returns all DirectContext3D handle types of the given category in the document.


Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static ISet<ElementId> GetDirectContext3DHandleTypes(
	Document aDocument,
	ElementId handleCategory
)

Parameters

aDocument  Document
The document.
handleCategory  ElementId
A category of DirectContext3D handles.

Return Value

ISet<ElementId>
The set of DirectContext3D handle types of the given category.

Exceptions

ExceptionCondition
ArgumentException the category ID handleCategory is not valid for DirectContext3D handles.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?