VRay SDK for C#
Loading...
Searching...
No Matches
VRay.ProgressEventArgs Class Reference

A class which holds the progress of the current operation. More...

Inherits VRay.VRayEventArgs.

Public Member Functions

 ProgressEventArgs (string message, int progress, int total, double instant)
 Creates an instance of the progress event args. More...
 
- Public Member Functions inherited from VRay.VRayEventArgs
 VRayEventArgs (double instant)
 Create a base event arg instance with timing info
 

Properties

string Message [get]
 Gets the name of the current operation.
 
int Progress [get]
 Gets current progress as a number of Total.
 
int Total [get]
 Gets total number.
 
- Properties inherited from VRay.VRayEventArgs
double Instant [get, set]
 Actual event time. Time is in seconds since V-Ray was initialized.
 

Detailed Description

A class which holds the progress of the current operation.

Constructor & Destructor Documentation

◆ ProgressEventArgs()

VRay.ProgressEventArgs.ProgressEventArgs ( string  message,
int  progress,
int  total,
double  instant 
)

Creates an instance of the progress event args.

Parameters
messageThe text showing the current operation.
progressThe current progress as a number of the total numbers.
totalThe total numbers.
instantThe actual time of ocurrence - seconds since V-Ray initialization

The documentation for this class was generated from the following file: