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


Allows you to access a workflow set up using SOLIDWORKS PDM Professional's Workflow Editor.


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

Example

Remarks

This interface inherits from IEdmObject5 and supersedes IEdmWorkflow5.

Use IEdmWorkflowMgr6 to enumerate the installed workflows.

Accessors

See Also