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


poRow
IEdmBomCell; existing row
eInsertOption
Where the new BOM row is inserted with respect to poRow as defined in EdmBomInsertRowOption
ppoNewRow
IEdmBomCell
Inserts a row into this named BOM.

Syntax

Visual Basic 
Sub InsertRow( _
   ByVal poRow As EdmBomCell, _
   ByVal eInsertOption As EdmBomInsertRowOption, _
   ByRef ppoNewRow As EdmBomCell _
) 
C# 
void InsertRow( 
   EdmBomCell poRow,
   EdmBomInsertRowOption eInsertOption,
   out EdmBomCell ppoNewRow
)
C++/CLI 
void InsertRow( 
&   EdmBomCell^ poRow,
&   EdmBomInsertRowOption eInsertOption,
&   [Out] EdmBomCell^ ppoNewRow
) 

Parameters

poRow
IEdmBomCell; existing row
eInsertOption
Where the new BOM row is inserted with respect to poRow as defined in EdmBomInsertRowOption
ppoNewRow
IEdmBomCell

Example

Remarks

This method is valid only for named BOMs.

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2011 SP04