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

Example

Remarks

This interface:

See Also