| Visual Basic | |
|---|---|
Function GetFirstWorkflowPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstWorkflowPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstWorkflowPosition(); | |
Return Value
IEdmPos5; position of the first workflow in the enumerationSee the IEdmWorkflowMgr6 examples.
After calling this method, pass the returned position of the first workflow to IEdmWorkflowMgr6::GetNextWorkflow to get the first workflow in this list. Then call IEdmWorkflowMgr6::GetNextWorkflow repeatedly to get the rest of the workflows.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.0