SOLIDWORKS PDM Professional API Help Send Feedback
ShowDlg Method (IEdmUpdateReferences)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmUpdateReferences Interface : ShowDlg Method (IEdmUpdateReferences)


lParentWnd
Parent window handle
lFlags
Must be 0; reserved for future use
lFolderID
ID of the active folder; 0 to ignore
Displays the command dialog box for all of the files added to the batch with IEdmUpdateReferences::AddFile.

Syntax

Visual Basic 
Sub ShowDlg( _
   ByVal lParentWnd As System.Integer, _
   Optional ByVal lFlags As System.Integer, _
   Optional ByVal lFolderID As System.Integer _
) 
C# 
void ShowDlg( 
   System.int lParentWnd,
   System.int lFlags,
   System.int lFolderID
)
C++/CLI 
void ShowDlg( 
&   System.int lParentWnd,
&   System.int lFlags,
&   System.int lFolderID
) 

Parameters

lParentWnd
Parent window handle
lFlags
Must be 0; reserved for future use
lFolderID
ID of the active folder; 0 to ignore

Example

Remarks

Return codes:

  • S_OK: The method successfully executed.
 

See Also

Availability

SOLIDWORKS PDM Professional 2011