| Visual Basic | |
|---|---|
Sub SetRows( _ ByVal poRows() As System.Object _ ) | |
| C# | |
|---|---|
void SetRows( System.object[] poRows ) | |
| C++/CLI | |
|---|---|
void SetRows( & System.array<Object^>^ poRows ) | |
Parameters
- poRows
- Array of ordered IEdmBomCell interfaces; one interface for each BOM row
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009