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


Allows you to access and enumerate a list of elements.


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 IEdmEnum 
C# 
public interface IEdmEnum 
C++/CLI 
public interface class IEdmEnum 

Example

Accessors

See Also