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

Example

Remarks

This interface extends IEdmBatchChangeState5 by allowing another user to transition files.

See Also