RealtimeDisplayModeCaptureProgress Method |
Override to communicate the progress of a capture.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public virtual double CaptureProgress()
Public Overridable Function CaptureProgress As Double
Return Value
Type:
DoubleA number between 0.0 and 1.0 inclusive. 1.0 means 100%.
See Also