Click or drag to resize

CMVIEWGetGroupGUID Method (Int32, String, Int32)

Gets a GUID of a group in the MVIEW.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetGroupGUID(
	int group,
	ref string guid,
	int guid_size
)

public void GetGroupGUID(
	int group,
	ref string guid,
	int guid_size
)

Parameters

group
Type: SystemInt32
Group number
guid
Type: SystemString
GUID
guid_size
Type: SystemInt32
Size of GUID buffer.
Remarks
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.
See Also