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


Allows you to change states or revoke transitions of several files 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 IEdmBatchChangeState2 
   Inherits IEdmBatchChangeState 
C# 
public interface IEdmBatchChangeState2 : IEdmBatchChangeState  
C++/CLI 
public interface class IEdmBatchChangeState2 : public IEdmBatchChangeState  

Example

Remarks

This interface:

See Also