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


Allows you to access user-defined file 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 IEdmEnumeratorCustomReference6 
   Inherits IEdmEnumeratorCustomReference5 
C# 
public interface IEdmEnumeratorCustomReference6 : IEdmEnumeratorCustomReference5  
C++/CLI 
public interface class IEdmEnumeratorCustomReference6 : public IEdmEnumeratorCustomReference5  

Example

Accessors

This interface:

See Also