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


Allows you to create a listing of various file or folder properties and specify from which configuration file the variables should be read.


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 IEdmBatchListing2 
   Inherits IEdmBatchListing 
C# 
public interface IEdmBatchListing2 : IEdmBatchListing  
C++/CLI 
public interface class IEdmBatchListing2 : public IEdmBatchListing  

Remarks

This interface:

See Also