DirectContext3DHandleSettings.SetVisibility Method

DirectContext3DHandleSettingsSetVisibility Method

Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetVisibility(
	bool visibility
)
Public Sub SetVisibility ( 
	visibility As Boolean
)
public:
void SetVisibility(
	bool visibility
)
member SetVisibility : 
        visibility : bool -> unit 

Parameters

visibility  Boolean
Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.
See Also