Click or drag to resize
CMVIEWGetGroupGUID Method
Gets a GUID of a group in the MVIEW.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If a GUID was never queried a new one will be assigned and the map will be modified. Only if the map is saved will this value then persist.
Syntax
public void GetGroupGUID(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Group number
str2
Type: SystemString
GUID
See Also