2027 Method
Changes 0
M

DirectContext3DDocumentUtils.IsADirectContext3DHandleInstance

Description:
Checks whether the provided Element ID corresponds to a DirectContext3D handle instance element.
Remarks:

DirectContext3D handle instances are DirectShapes.

public static bool IsADirectContext3DHandleInstance(
	Document aDocument,
	ElementId elementId
)
  • aDocument
    The document.
  • elementId
    The ID of the element to check.
Return Value Boolean True, if the element is a valid DirectContext3D handle instance, false otherwise.