| Visual Basic | |
|---|---|
Function GetFirstStatePosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstStatePosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstStatePosition(); | |
Return Value
IEdmPos5; position of the first workflow state in the enumerationSee the IEdmWorkflow6 examples.
After calling this method, pass the returned position of the first workflow state to IEdmWorkflow6::GetNextState to get the first workflow state in this list. Then call IEdmWorkflow6::GetNextState repeatedly to get the rest of the workflow states.
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