SOLIDWORKS PDM Professional API Help Send Feedback
Reset Method (IEdmEnum)
See Also 
EPDM.Interop.epdm Namespace > IEdmEnum Interface : Reset Method (IEdmEnum)


Resets the enumerator's cursor to the position before the first element in the list.

Syntax

Visual Basic 
Sub Reset() 
C# 
void Reset()
C++/CLI 
void Reset(); 

Remarks

After calling this method, you must call IEdmEnum::MoveNext before you can call IEdmEnum::Current to get the first element in the list.

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional 2013