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


lNr
0-based index of row to retrieve
Gets the specified row in this BOM.

Syntax

Visual Basic 
Function GetRow( _
   ByVal lNr As System.Integer _
) As EdmSWBomRow
C# 
EdmSWBomRow GetRow( 
   System.int lNr
)
C++/CLI 
EdmSWBomRow^ GetRow( 
&   System.int lNr
) 

Parameters

lNr
0-based index of row to retrieve

Return Value

IEdmSWBomRow
 

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03