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

The following tables list the members exposed by IEdmWorkflow6.

Public Properties

 NameDescription
 PropertyDescriptionGets the description of this workflow that is entered in the SOLIDWORKS PDM Professional Workflow Editor.  
 PropertyInitialStateGets the state in which new files are placed when they are checked in the first time.  
Top

Public Methods

 NameDescription
 MethodGetFirstStatePositionStarts an enumeration of the states in this workflow.  
 MethodGetFirstTransitionPositionStarts an enumeration of the state transitions in this workflow.  
 MethodGetNextStateGets the next workflow state in an enumeration.  
 MethodGetNextTransitionGets the next workflow state transition in an enumeration.  
 MethodGetStateGets the workflow state with the specified ID or name.  
 MethodGetTransitionGets the workflow state transition with the specified ID.  
Top

See Also