Click or drag to resize
CMVIEWiExistGroup Method
Checks to see if a group exists.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iExistGroup(
	string str1
)

Parameters

str1
Type: SystemString
Group name

Return Value

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