| 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
This method is valid only for named BOMs.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2011 SP04