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

For a list of all members of this type, see IEdmEnumeratorVersion5 members.

Public Methods

 NameDescription
 MethodCreateLabelSets a label on the latest version of this file.  
 MethodGetFileCopyRetrieves a copy of a file with the specified version from the archive and deposits it in the specified folder.  
 MethodGetFirstLabelPositionStarts an enumeration of the labels set on this file.  
 MethodGetFirstRevisionPositionStarts an enumeration of the revisions set on this file.  
 MethodGetFirstVersionPositionStarts an enumeration of the versions of this file.  
 MethodGetNextLabelGets the label at the next position of this enumeration.  
 MethodGetNextRevisionGets the revision at the next position of this enumeration.  
 MethodGetNextVersionGets the version at the next position of this enumeration.  
 MethodGetVersionGets a version object with the specified version number.  
 MethodRollbackObsolete. Superseded by IEdmEnumeratorVersion6::Rollback2.  
Top

See Also