Gets the row definitions for this BOM.
Syntax
Visual Basic (Declaration) | |
---|
Sub GetRows( _
ByRef ppoRows As System.Object() _
) |
CEPDM.Interop.epdm~EPDM.Interop.epdm.IEdmBomView~GetRows.html# | |
---|
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 Enterprise PDM 2009