| 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
Return Value
True if successful, false if notSee the IEdmBatchUnlock examples.
See the IEdmBatchUnlock remarks for information about using this method.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional