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

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

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

Parameters

name
Type: SystemString
View Name to delete
See Also