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


Allows you to access the contents of a file or folder data card.


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

Example

Remarks

This interface:

See the Remarks for IEdmEnumeratorVariable5.

If you want to update variables in several files or folders, use IEdmBatchUpdate2, which is more efficient than this interface.

See Also