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

The following tables list the members exposed by IEdmEnum.

Public Properties

 NameDescription
 PropertyCountGets the number of elements in the list.  
 PropertyCurrentGets the element at the enumeration cursor.  
Top

Public Methods

 NameDescription
 MethodGetAtGets the element at the specified position in the list.  
 MethodGetEnumeratorGets a pointer to this interface.  
 MethodMoveNextForwards the enumeration cursor to the next element in the list.  
 MethodResetResets the enumerator's cursor to the position before the first element in the list.  
Top

See Also