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


ppoRows
Array of IEdmBomCells; one interface for each BOM row
Gets the row definitions for this BOM.

Syntax

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

Example

See the IEdmBomView examples.

Remarks

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2009