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

Example

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.

Accessors

See Also