DirectContext3DHandleOverrides
Description:
A set of DirectContext3DHandleSettings that are stored by a view.
A set of DirectContext3DHandleSettings that are stored by a view.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.DirectContext3D.DirectContext3DHandleOverrides
System.Object
Autodesk.Revit.DB.DirectContext3D.DirectContext3DHandleOverrides
public class DirectContext3DHandleOverrides : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Assign(DirectContext3DHandleOverrides) | None | Assigns values of the source overrides to this object. | |
| Dispose() | None | Releases all resources used by the DirectContext3DHandleOverrides | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetDirectContext3DHandleSettings(Document, ElementId) | DirectContext3DHandleSettings | Gets override settings associated with a DirectContext3D handle instance or type. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(DirectContext3DHandleOverrides) | Boolean | Check if the contents of two overrides are equal. | |
| SetDirectContext3DHandleSettings(Document, ElementId, DirectContext3DHandleSettings) | None | Assigns override settings associated with a DirectContext3D handle instance or type. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |