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


Allows you to access a workflow transition.


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 IEdmTransition6 
   Inherits IEdmObject5IEdmTransition5 
C# 
public interface IEdmTransition6 : IEdmObject5IEdmTransition5  
C++/CLI 
public interface class IEdmTransition6 : public IEdmObject5IEdmTransition5  

Remarks

This interface:

See Also