| 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 the user clicked Get or Check Out, false if the user clicked CancelSee the IEdmBatchGet examples.
Call this method after calling IEdmBatchGet::CreateTree and before calling IEdmBatchGet::GetFiles.
- S_OK: The method successfully executed.
Version 6.3 of SOLIDWORKS PDM Professional