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