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


lPos
Current position in the progress bar
Sets the current position in the progress bar.

Syntax

Visual Basic 
Sub SetProgressPos( _
   ByVal lPos As System.Integer _
) 
C# 
void SetProgressPos( 
   System.int lPos
)
C++/CLI 
void SetProgressPos( 
&   System.int lPos
) 

Parameters

lPos
Current position 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