SOLIDWORKS PDM Professional API Help Send Feedback
IEdmVault7 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmVault7 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 IEdmVault7 
   Inherits IEdmVault5IEdmVault6 
C# 
public interface IEdmVault7 : IEdmVault5IEdmVault6  
C++/CLI 
public interface class IEdmVault7 : public IEdmVault5IEdmVault6  

Example

Remarks

This interface:

See Also