Click or drag to resize

ViewSettingsStateLinkedViewports Property

Gets or sets the 'linked views' activated setting.

true enables real-time view synchronization. When a standard view is manipulated, the camera lens length of all parallel projection viewports are set to match the current viewport.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool LinkedViewports { get; set; }

Property Value

Type: Boolean
See Also