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


Allows you to access a file vault.


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

Remarks

This interface:

See Also