2027 Class
Changes 7
C

DirectContext3DHandleSettings

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
public class DirectContext3DHandleSettings : IDisposable
Name Return Type Description Inherited From
C DirectContext3DHandleSettings() None Constructs an instance of settings with default values.
C DirectContext3DHandleSettings(DirectContext3DHandleSettings) None Constructs a copy of source object.
C DirectContext3DHandleSettings(Boolean, Int32) None Constructs an instance of settings with provided values.
Name Return Type Description Inherited From
M Assign(DirectContext3DHandleSettings) None Assigns values of the source settings to this object.
M Dispose() None Releases all resources used by the DirectContext3DHandleSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetColor() Color Gets the color of the handle and the associated DirectContext3D graphics.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetTransparency() Int32 Gets the transparency value of the handle and the associated DirectContext3D graphics.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsEqual(DirectContext3DHandleSettings) Boolean Check if the contents of two instances of settings are equal.
M SetColor(Color) None Sets the color of the handle and the associated DirectContext3D graphics.
M SetTransparency(Int32) None Sets the transparency value of the handle and the associated DirectContext3D graphics.
M SetVisibility(Boolean) None Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Visibility bool Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.