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


eType
Type of progress bar to end as defined in EdmProgressType
Called by the check-in operation when it finishes.

Syntax

Visual Basic 
Sub ProgressEnd( _
   ByVal eType As EdmProgressType _
) 
C# 
void ProgressEnd( 
   EdmProgressType eType
)
C++/CLI 
void ProgressEnd( 
&   EdmProgressType eType
) 

Parameters

eType
Type of progress bar to end as defined in EdmProgressType

Example

See the IEdmUnlockOpCallback examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.3