Click or drag to resize

CMVIEWiExistGroup Method

Checks to see if a group exists.

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

public int iExistGroup(
	string name
)

Parameters

name
Type: SystemString
Group name

Return Value

Type: Int32
0 - group does not exist. 1 - group exists.
See Also