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

Example

Remarks

This interface:

  • provides more control over which children or parent files to enumerate than earlier versions of this interface.
  • inherits from IEdmReference6.
  • is extended by IEdmReference8.  

See Also