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


Allows you to generate several items from file structures 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 IEdmBatchItemGeneration2 
   Inherits IEdmBatchItemGeneration 
C# 
public interface IEdmBatchItemGeneration2 : IEdmBatchItemGeneration  
C++/CLI 
public interface class IEdmBatchItemGeneration2 : public IEdmBatchItemGeneration  

Example

Remarks

This interface extends IEdmBatchItemGeneration.

See the Programming Items topic for more information.

See Also