The DirectContext3DHandleSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DirectContext3DHandleSettings()()()() |
Constructs an instance of settings with default values.
| |
| DirectContext3DHandleSettings(DirectContext3DHandleSettings) |
Constructs a copy of source object.
| |
| DirectContext3DHandleSettings(Boolean, Int32) |
Constructs an instance of settings with provided values.
|
Methods
| Name | Description | |
|---|---|---|
| Assign |
Assigns values of the source settings to this object.
| |
| Dispose | Releases all resources used by the DirectContext3DHandleSettings | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetTransparency |
Gets the transparency value of the handle and the associated DirectContext3D graphics.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsEqual |
Check if the contents of two instances of settings are equal.
| |
| SetTransparency |
Sets the transparency value of the handle and the associated DirectContext3D graphics.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
| |
| Visibility |
Visibility of the handle and the associated DirectContext3D graphics.
A value of true means that the graphics are visible.
|