RVTDocs.com

DirectContext3DHandleSettings

Class
Description:
Overriding settings applied to DirectContext3DHandles through the Visibility dialog.
Remarks:

DirectContext3D graphics can be displayed with or without an associated DirectContext3D handle element. For DirectContext3D graphics that utilize the handle element, the visibility and appearance of the graphics can be adjusted through the Visibility/Graphics dialog.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.DirectContext3DHandleSettings
Syntax
DirectContext3DHandleSettings Class Members:
Name Description Inherited From
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.
Name Description Inherited From
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.
Name Description Inherited From
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 ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) 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 ) 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 ) Object