SOLIDWORKS PDM Professional API Help Send Feedback
SetProgressRange Method (IEdmCallback)
See Also 
EPDM.Interop.epdm Namespace > IEdmCallback Interface : SetProgressRange Method (IEdmCallback)


lMin
Minimum value in the progress bar
lMax
Maximum value in the progress bar
Sets the minimum and maximum values in the progress bar.

Syntax

Visual Basic 
Sub SetProgressRange( _
   ByVal lMin As System.Integer, _
   ByVal lMax As System.Integer _
) 
C# 
void SetProgressRange( 
   System.int lMin,
   System.int lMax
)
C++/CLI 
void SetProgressRange( 
&   System.int lMin,
&   System.int lMax
) 

Parameters

lMin
Minimum value in the progress bar
lMax
Maximum value in the progress bar

Example

See the IEdmCallback examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • E_EDM_CANCELLED_BY_USER: Cancel the operation.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2