Gets the specified row in this BOM.
Syntax
| Visual Basic (Declaration) | |
|---|
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