Click or drag to resize

CMVIEWiIsGroup Method

Query a status or characteristic of a group

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iIsGroup(
	string group,
	int what
)

public int iIsGroup(
	string group,
	int what
)

Parameters

group
Type: SystemString
Group name
what
Type: SystemInt32
<define>MVIEW_IS</define>

Return Value

Type: Int32
TRUE or FALSE (1 or 0)
See Also