DirectContext3DHandleOverrides.GetDirectContext3DHandleSettings
Method
Description:
Gets override settings associated with a DirectContext3D handle instance or type.
Gets override settings associated with a DirectContext3D handle instance or type.
Syntax
public DirectContext3DHandleSettings GetDirectContext3DHandleSettings(
Document aDoc,
ElementId elementId
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| aDoc | Document | Document where elementId resides. |
| elementId | ElementId | Id of the overridden element. |
Return Value
| Type | Description |
|---|---|
| DirectContext3DHandleSettings | The override settings assigned to the handle element, if present, or a default override settings if nothing was found. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The ElementId elementId is not a valid DirectContext3D handle instance or type. |
| ArgumentNullException | A non-optional argument was null |