Maptitude GISDK Help |
Gets the type of a figure window.
Added to version 5.0.
type = GetFigureType(string figure_name)
Argument |
Contents |
figure_name |
The name of the figure, or null for the current figure window. |
A string indicating the type of the figure window: "Chart," "Intersection," "Line Diagram," "Prism Map," or "TIN Figure."
// Display the type of a figure window
type = GetFigureType("Prism Map")
ShowMessage("The figure window is a " + type)
Error Type |
Meaning |
NotFound |
The specified figure does not exist |
Function |
Summary |
Gets the type of the current window |
|
Determines whether a window is of a given type |
©2025 Caliper Corporation | www.caliper.com |