GraphicAccess3 interface methods
- Last UpdatedJul 08, 2024
- 1 minute read
GetGPI Method
Exports the GPI of a graphic to an XML file.
Syntax
ICommandResult GetGPI (IGalaxy galaxy, string graphicName, out string sGPIXML);
Parameters
galaxy
IGalaxy obtained from the GRAccess and returns the galaxy.
graphicName
Name of the graphic for which the GPI is needed.
sGPIXML
The GPI information (XML) for the graphic will be returned to this parameter in a string.
