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

The following tables list the members exposed by IEdmBatchGet.

Public Properties

 NameDescription
 PropertyFileCountGets the number of files in this batch.  
Top

Public Methods

 NameDescription
 MethodAddSelectionAdds one or more files or folders to the batch of files or folders to get.  
 MethodAddSelectionExAdds a file with the specified ID and version to the batch of files to get.  
 MethodCreateTreeComputes the file reference tree with the files added to the batch using IEdmBatchGet::AddSelection or IEdmBatchGet::AddSelectionEx.  
 MethodGetFileListGets a list of the files in this batch.  
 MethodGetFilesGets the files in the batch.  
 MethodShowDlgDisplays a dialog in which are listed the files to get or check out.  
Top

See Also