Click or drag to resize

CMVIEW.iIsGroup Method

Query a status or characteristic of a group

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

public int iIsGroup(
	string group,
	int what
)

Parameters

group
Type: System.String
Group name
what
Type: System.Int32
<define>MVIEW_IS</define>

Return Value

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