A set of DirectContext3DHandleSettings that are stored by a view.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.DirectContext3D.DirectContext3DHandleOverrides
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class DirectContext3DHandleOverrides : IDisposable
The DirectContext3DHandleOverrides type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Assign | Assigns values of the source overrides to this object. | |
| Dispose | Releases all resources used by the DirectContext3DHandleOverrides | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetDirectContext3DHandleSettings | Gets override settings associated with a DirectContext3D handle instance or type. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsEqual | Check if the contents of two overrides are equal. | |
| SetDirectContext3DHandleSettings | Assigns override settings associated with a DirectContext3D handle instance or type. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
