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


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

Example

Remarks

This interface:

See Also