Click or drag to resize

CMAPDeleteView Method

Deletes a view in this map.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void DeleteView(
	string name
)

public void DeleteView(
	string name
)

Parameters

name
Type: SystemString
View Name to delete
Remarks
If the view does not exist, nothing happens.
See Also