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


lParentWnd
Parent window handle
Shows the item creation dialog box.

Syntax

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 OK, false if the user clicked Cancel

Example

See the example in the IEdmBatchItemGeneration topic.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional 2010