DirectContext3DHandleSettings Members

The DirectContext3DHandleSettings type exposes the following members.

Constructors

  NameDescription
Public methodDirectContext3DHandleSettings()()()()
Constructs an instance of settings with default values.
Public methodDirectContext3DHandleSettings(DirectContext3DHandleSettings)
Constructs a copy of source object.
Public methodDirectContext3DHandleSettings(Boolean, Int32)
Constructs an instance of settings with provided values.

Methods

  NameDescription
Public methodAssign
Assigns values of the source settings to this object.
Public methodDispose
Releases all resources used by the DirectContext3DHandleSettings
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTransparency
Gets the transparency value of the handle and the associated DirectContext3D graphics.
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Check if the contents of two instances of settings are equal.
Public methodSetTransparency
Sets the transparency value of the handle and the associated DirectContext3D graphics.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyVisibility
Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.

See Also