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


lParentWnd
Parent window handle
ppoRetItems
Array of EdmGenItemInfo structures, one structure for each new item
pbOpen

True, if the following occurred:

False, if not

poCallback
Null; reserved for future use
Creates the items added to the batch by IEdmBatchItemGeneration::AddSelection.

Syntax

Visual Basic 
Sub GenerateItems( _
   ByVal lParentWnd As System.Integer, _
   ByRef ppoRetItems() As EdmGenItemInfo, _
   ByRef pbOpen As System.Boolean, _
   Optional ByVal poCallback As System.Object _
) 
C# 
void GenerateItems( 
   System.int lParentWnd,
   out EdmGenItemInfo[] ppoRetItems,
   out System.bool pbOpen,
   System.object poCallback
)
C++/CLI 
void GenerateItems( 
&   System.int lParentWnd,
&   [Out] array<EdmGenItemInfo>^ ppoRetItems,
&   [Out] System.bool pbOpen,
&   System.Object^ poCallback
) 

Parameters

lParentWnd
Parent window handle
ppoRetItems
Array of EdmGenItemInfo structures, one structure for each new item
pbOpen

True, if the following occurred:

False, if not

poCallback
Null; reserved for future use

Example

Remarks

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2010