SOLIDWORKS PDM Professional API Help Send Feedback
Vault Property (IEdmFile5)
See Also 
EPDM.Interop.epdm Namespace > IEdmFile5 Interface : Vault Property (IEdmFile5)


Gets the file vault to which this file belongs.

Syntax

Visual Basic 
Shadows ReadOnly Property Vault As IEdmVault5
C# 
new IEdmVault5 Vault {get;}
C++/CLI 
new property IEdmVault5^ Vault {
   IEdmVault5^ get();
}

Property Value

File vault to which this file belongs

See Also