Gets the row definitions for this BOM.
Syntax
Visual Basic (Declaration) | |
---|
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
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional 2009