Aqualogic Interaction API  
 

IPTMigrationElement.ReadArrayAsObject2DArray Method 

Reads an array of primitive types from an IPTMigrationElement. Each object in the array can have multiple columns, with each column holding a simple datatype (int, String, float, double, or IXPPropertyBag).

object[][] ReadArrayAsObject2DArray(
   string strArrayName,
   string[] asColumnNames
);

Parameters

strArrayName
- The name of the child element containing the array of objects.
asColumnNames
- The columns of the object.

Return Value

A 2-D array of Objects wrapping primitive values.

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace