 | 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
Syntaxpublic void RemoveGeosurface(
string surface,
ref int removed
)
public void RemoveGeosurface(
string surface,
ref int removed
)
Public Sub RemoveGeosurface (
surface As String,
ByRef removed As Integer
)
Public Sub RemoveGeosurface (
surface As String,
ByRef removed As Integer
)
public:
void RemoveGeosurface(
String^ surface,
int% removed
)
public:
void RemoveGeosurface(
String^ surface,
int% removed
)
member RemoveGeosurface :
surface : string *
removed : int byref -> unit
member RemoveGeosurface :
surface : string *
removed : int byref -> unit
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