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


Allows you to enumerate referenced and referencing files and set up user-defined references.


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

Remarks

The interface:

Some file types, such as files from AutoCAD, SOLIDWORKS, Microsoft Word, etc., can contain references to other files. Regardless of file type, you can also set up your own references using SOLIDWORKS PDM Professional's User Defined File References dialog box in file properties. SOLIDWORKS PDM Professional manages all of these references for you and they show up, for example, in the check-in dialog box in the form of a reference tree.

Using IEdmReference5, you can enumerate referenced files and referencing files. You can also set up user-defined references using IEdmReference5.

See Also