Gets override settings associated with a DirectContext3D handle instance or type.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public DirectContext3DHandleSettings GetDirectContext3DHandleSettings(
Document aDoc,
ElementId elementId
)
Parameters
- aDoc Document
-
Document where elementId resides.
- elementId ElementId
-
Id of the overridden element.
Return Value
DirectContext3DHandleSettings
The override settings assigned to the handle element, if present, or a default override settings if nothing was found.
Exceptions
See Also
Reference