Click or drag to resize

CMAPRemoveGeosurface Method

Remove all geosurface groups from a map that are linked to a specific geosurface file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RemoveGeosurface(
	string surface,
	ref int removed
)

public void RemoveGeosurface(
	string surface,
	ref int removed
)

Parameters

surface
Type: SystemString
geosurface file name to remove
removed
Type: SystemInt32
if at least one surface group is removed, returns 1, else returns 0
See Also