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

The following tables list the members exposed by IEdmEnumeratorVersion5.

Public Properties

 NameDescription
 PropertyLabelCountGets the number of labels set on this file.  
 PropertyRevisionCountGets the number of revisions of this file.  
 PropertyVersionCountGets the number of versions of this file.  
Top

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