Aqualogic Interaction API  
 

IPTMigrationElement.BeginComplexElement Method 

Begins an element with child nodes (a scope) when reading or writing to the IPTMigrationElement, and sets the node as the active element.

void BeginComplexElement(
   string strElementName,
   bool bWriting
);

Parameters

strElementName
- The name of the element (scope) to begin.
bWriting
- Pass true if writing to the element, false if reading.

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace