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


Allows you to access the history listing of files or folders.


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 IEdmHistory2 
   Inherits IEdmHistory 
C# 
public interface IEdmHistory2 : IEdmHistory  
C++/CLI 
public interface class IEdmHistory2 : public IEdmHistory  

Remarks

This interface:

To access this interface, call IEdmVault7::CreateUtility with eType set to EdmUtility.EdmUtil_History.

Accessors

See Also