PCBIDFMAnalysisAddToUpdateProgress Method
Namespace: PCBI_DFM_AnalysisAssembly: PCBI_DFM_Analysis (in PCBI_DFM_Analysis.dll) Version: 17.0.0.0 (17.0.0.0)
public void AddToUpdateProgress(
PCBIWorkingDialog working,
int minValue,
int maxValue
)
Public Sub AddToUpdateProgress (
working As PCBIWorkingDialog,
minValue As Integer,
maxValue As Integer
)
public:
virtual void AddToUpdateProgress(
PCBIWorkingDialog^ working,
int minValue,
int maxValue
) sealed
abstract AddToUpdateProgress :
working : PCBIWorkingDialog *
minValue : int *
maxValue : int -> unit
override AddToUpdateProgress :
working : PCBIWorkingDialog *
minValue : int *
maxValue : int -> unit
Parameters
- working PCBIWorkingDialog
-
- minValue Int32
-
- maxValue Int32
-