Click or drag to resize

ViewTableEnableCameraIcon Method

Use to turn camera icon on and off

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void EnableCameraIcon(
	RhinoView view
)

Parameters

view
Type: Rhino.DisplayRhinoView
If null, any camera icon is turned off. If not null, the camera icon for that view is turned on.
See Also