Click or drag to resize
CMAPDeleteView Method
Deletes a view in this map.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the view does not exist, nothing happens.
Syntax
public void DeleteView(
	string str1
)

Parameters

str1
Type: SystemString
View Name to delete
See Also