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