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


eType
Type of progress bar as defined in EdmProgressType
lSteps
Number of times that IEdmGetOpCallback::ProgressStep is to be called
Marks the beginning of the process.

Syntax

Visual Basic 
Sub ProgressBegin( _
   ByVal eType As EdmProgressType, _
   ByVal lSteps As System.Integer _
) 
C# 
void ProgressBegin( 
   EdmProgressType eType,
   System.int lSteps
)
C++/CLI 
void ProgressBegin( 
&   EdmProgressType eType,
&   System.int lSteps
) 

Parameters

eType
Type of progress bar as defined in EdmProgressType
lSteps
Number of times that IEdmGetOpCallback::ProgressStep is to be called

Remarks

Implement this method to display a progress bar. After this method is called, SOLIDWORKS PDM Professional calls IEdmGetOpCallback::ProgressStep lSteps times.

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.3