| Visual Basic | |
|---|---|
Function CreateTree( _ ByVal bsTransition As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool CreateTree( System.string bsTransition ) | |
| C++/CLI | |
|---|---|
System.bool CreateTree( & System.String^ bsTransition ) | |
Parameters
- bsTransition
- Name of the workflow state transition to perform
Return Value
True if there are any valid state changes, false if notSee the IEdmBatchChangeState4 examples.
If you are revoking transitions, instead of calling this method, call IEdmBatchChangeState2::CreateTreeForRevoke.
After calling this method, call IEdmBatchChangeState::ShowDlg and/or IEdmBatchChangeState::ChangeState.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009