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


eType
Type of progress bar to start as defined in EdmProgressType
eEvent
Type of operation as defined in EdmUnlockEvent
lSteps
Number of steps in the operation (see Remarks)
Called by the check-in operation when it starts.

Syntax

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

Parameters

eType
Type of progress bar to start as defined in EdmProgressType
eEvent
Type of operation as defined in EdmUnlockEvent
lSteps
Number of steps in the operation (see Remarks)

Example

See the IEdmUnlockOpCallback examples.

Remarks

IEdmUnlockOpCallback::ProgressStep and IEdmUnlockOpCallback::ProgressStepEvent are each called lStep times. IEdmUnlockOpCallback::ProgressEnd is called when the operation completes.

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.3