SOLIDWORKS PDM Professional API Help Send Feedback
IEdmUnlockOpCallback Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmUnlockOpCallback Interface


Allows you to access information and gain control of IEdmBatchUnlock operations.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmUnlockOpCallback 
C# 
public interface IEdmUnlockOpCallback 
C++/CLI 
public interface class IEdmUnlockOpCallback 

Example

Remarks

This interface inherits from IUnknown. See Using and Implementing IUnknown (COM).

To use this callback interface:

  1. Create a new class.
  2. Implement all of the methods of this interface in the new class.
  3. Call IEdmBatchUnlock::CreateTree or IEdmBatchUnlock::UnlockFiles, setting poCallback to a pointer to the new class.

See Also