Maptitude GISDK Help |
Gets the name of the file in which a figure was last saved.
file = GetFigureFile(string figure_name)
Argument |
Contents |
figure_name |
The name of the figure, or null for the current figure. |
A string indicating the name of the file from which the figure was loaded, or to which to figure was most recently saved. If the figure has never been saved to a file, GetFigureFile() returns null.
// Display the source of a figure
file = GetFigureFile("Prism Map")
ShowMessage("The prism map figure is from the file: " + file)
Error Type |
Meaning |
NotFound |
The specified figure does not exist |
Function |
Summary |
Saves a figure to a file |
|
Creates a figure from a file |
|
Determines whether a figure has changed since it was last saved to a file |
©2025 Caliper Corporation | www.caliper.com |