|  | Aqualogic Interaction API | |
| IPTMigrationElement.WriteArrayOfObjectReferences Method |
Writes an array of object references into the IPTMigrationElement.
void WriteArrayOfObjectReferences(
string strElementName,
int[][] iaObjects
);
Parameters
-
strElementName
- - The name of the child element containing the object references.
-
iaObjects
- - A 2-D array of int. Each row represents an object reference. The columns of the array are: the dependency type from PT_OBJECT_DEPENDENCY_TYPES in the 0th column, the classID from PT_CLASSIDS in the 1st column, and the objectID of the object in the 2nd column.
See Also
IPTMigrationElement Interface | com.plumtree.server Namespace