RhinoViewport.ChangeCounter Property

RhinoViewportChangeCounter Property

The value of change counter is incremented every time the view projection or construction plane changes. The user can the mouse and nestable view manipulation commands to change a view at any time. The value of change counter can be used to detect these changes in code that is sensitive to the view projection.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public uint ChangeCounter { get; }
Public ReadOnly Property ChangeCounter As UInteger
	Get

Property Value

Type: UInt32
See Also