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


Allows you to create a listing of several file, folder, or internal component properties all at once.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmBatchListing3 
   Inherits IEdmBatchListingIEdmBatchListing2 
C# 
public interface IEdmBatchListing3 : IEdmBatchListingIEdmBatchListing2  
C++/CLI 
public interface class IEdmBatchListing3 : public IEdmBatchListingIEdmBatchListing2  

Remarks

This interface:

  • extends IEdmBatchListing2 by adding the ability to add an internal component to the listing and get references.
  • is extended by IEdmBatchListing4, which allows users to find out if files in their local cache are valid or obsolete.

See Also