Share

DirectContext3DHandleSettings.SetVisibility 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.1.0.0 (26.1.0.34)

Syntax

C#

public void SetVisibility(
	bool visibility
)

Parameters

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

See Also

Reference

Was this information helpful?