| Visual Basic | |
|---|---|
Function ShowDlg( _ ByVal lParentWnd As System.Integer _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ShowDlg( System.int lParentWnd ) | |
| C++/CLI | |
|---|---|
System.bool ShowDlg( & System.int lParentWnd ) | |
Parameters
- lParentWnd
- Parent window handle for the dialog box
Return Value
True if the user clicked OK, false if the user clicked CancelSee the IEdmBatchChangeState4 examples.
Before calling this method, you must call IEdmBatchChangeState::CreateTree if changing states or IEdmBatchChangeState2::CreateTreeForRevoke if revoking transitions.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009; for the revoke transition dialog, SOLIDWORKS PDM Professional 2013