| Visual Basic | |
|---|---|
Sub GetRows( _ ByRef ppoRows() As System.Object _ ) | |
| C# | |
|---|---|
void GetRows( out System.object[] ppoRows ) | |
| C++/CLI | |
|---|---|
void GetRows( & [Out] System.array<Object^>^ ppoRows ) | |
Parameters
- ppoRows
- Array of IEdmBomCells; one interface for each BOM row
See the IEdmBomView examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009