RealtimeDisplayMode.LastRenderedPass Method

RealtimeDisplayModeLastRenderedPass Method

Implement to communicate last completed pass to the underlying system.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual int LastRenderedPass()
Public Overridable Function LastRenderedPass As Integer

Return Value

Type: Int32
the last completed pass
See Also