Click or drag to resize

CMAP.DeleteView Method

Deletes a view in this map.

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

public void DeleteView(
	string name
)

Parameters

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