Programmer's Guide > Interfaces > ANode interface > getGraphicPath method
  
getGraphicPath method
If this Node represents a graphic tag, returns the full path (if found) to the referenced graphic.
getGraphicPath( [makeLocalCopy] )
Parameters
booleanmakeLocalCopy
[optional] If true, and the referenced graphic resided in a CMS for which there is an active session, the graphic data will be exported to a local temporary file and the full path of the local file will be returned instead of the CMS-specific path (Logical ID).
Returns
String. Full file path (if possible) or CMS path (Logical ID) to the referenced graphic. Returns null if a graphic path was not found for this node.
Throws
AOMException
Raised for any other errors.