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

The following tables list the members exposed by IEdmLabel5.

Public Properties

 NameDescription
 PropertyCommentGets the label comment.  
 PropertyTimeGets the date and time of label creation.  
 PropertyUserGets the user who created the label.  
 PropertyUserIDGets the ID of the user who created the label.  
Top

Public Methods

 NameDescription
 MethodAddFileSets this label on the latest version of the specified file.  
 MethodAddFolderSets this label on the specified folder and all of the files in that folder.  
 MethodGetFirstFilePositionStarts an enumeration of the files set with this label.  
 MethodGetFirstFolderPositionStarts an enumeration of the folders set with this label.  
 MethodGetNextFileGets the next file with this label in the enumeration.  
 MethodGetNextFileIDGets the next ID of a file with this label in the enumeration.  
 MethodGetNextFolderGets the next folder with this label in the enumeration.  
 MethodGetNextFolderIDGets the next ID of a folder with this label in the enumeration.  
 MethodGetVersionNoGets the version of the specified file on which this label is set.  
Top

See Also