Aqualogic Interaction API  
 

IPTMigrationManager.RetrieveObjectFromImportPackage Method 

Retrieves a single IPTMigrationElement from the migration package. For use on import only.

IPTMigrationElement RetrieveObjectFromImportPackage(
   int nIndex,
   int nClassID
);

Parameters

nIndex
- The index of the object in the array. The upper bound for this is obtained using the GetObjectCount(nClassID) call.
nClassID
- The classID of the object.

Return Value

IPTMigrationElement

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace