Maptitude GISDK Help

GetViewNames()

Summary

Gets a list of all views.

 

Syntax

view_names = GetViewNames()

 

Returns

An array of view names (strings), or null if there are no views.

 

Example

vws = GetViewNames()

ShowMessage("There are " + String(vws.length) + " open views.")

 

See Also

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