GetPath method: Compound class
Syntax
GetPath()
Description
Use this method to return the absolute path to the compound element within the document's structure.
For example, for the Items compound of the PuchaseOrder document, GetPath would return the following absolute path:
PurchaseOrder/Item_Collection/Items
Parameters
None.
Returns
A string representing the absolute path to the compound element.