GetPathName - method of the PmaObject object
Description:
Returns the object name including the path to this object in the Pma object tree.
Syntax:
String GetPathName()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sPathName = oObject.GetPathName();
Dim sPathName
sPathName = oObject.GetPathName()
History:
Pm9.00.01: The
"PathName" property changed to method
GetPathName.