Click or drag to resize

CMVIEWDeleteGroup Method

Delete a group.

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

public void DeleteGroup(
	string group
)

Parameters

group
Type: SystemString
Group name
Remarks
Does nothing if the group does not already exist.
See Also