| Maptitude GISDK Help |
Gets a list of all views.
view_names = GetViewNames()
An array of view names (strings), or null if there are no views.
vws = GetViewNames()
ShowMessage("There are " + String(vws.length) + " open views.")
| Function | Summary |
|---|---|
| GetView() | Gets the name of the current view |
| SetView() | Sets the current view (and the current layer) |
| GetViews() | Gets information on views in the system or views associated with a layer |
| GetViewJoinInfo() | Gets the join information for a view |
| GetViewLayer() | Gets the name of the layer that corresponds to a view |
| GetViewParents() | Gets the parentage of a view |
| ©2025 Caliper Corporation | www.caliper.com |