IProgressEntry.SetProgress Method

Definition

Overloads

SetProgress(Int32, Double)

Set the progress value for the index index to value, and the limit value for the progress becomes 'unknown'.

SetProgress(Int32, Double, Double)

Set the progress value for the index index to value, and the limit value to lim. If lim is a NAN, it is set to null instead.

SetProgress(Int32, Double)

Set the progress value for the index index to value, and the limit value for the progress becomes 'unknown'.

public void SetProgress (int index, double value);
abstract member SetProgress : int * double -> unit
Public Sub SetProgress (index As Integer, value As Double)

Parameters

index
Int32
value
Double

Applies to

SetProgress(Int32, Double, Double)

Set the progress value for the index index to value, and the limit value to lim. If lim is a NAN, it is set to null instead.

public void SetProgress (int index, double value, double lim);
abstract member SetProgress : int * double * double -> unit
Public Sub SetProgress (index As Integer, value As Double, lim As Double)

Parameters

index
Int32
value
Double
lim
Double

Applies to