SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBatchChangeState5 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmBatchChangeState5 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 IEdmBatchChangeState5 
   Inherits IEdmBatchChangeStateIEdmBatchChangeState2IEdmBatchChangeState3IEdmBatchChangeState4 
C# 
public interface IEdmBatchChangeState5 : IEdmBatchChangeStateIEdmBatchChangeState2IEdmBatchChangeState3IEdmBatchChangeState4  
C++/CLI 
public interface class IEdmBatchChangeState5 : public IEdmBatchChangeStateIEdmBatchChangeState2IEdmBatchChangeState3IEdmBatchChangeState4  

Remarks

This interface:

See Also