Click or drag to resize
CMVIEWGetGUID Method (String, Int32)
Gets the GUID of the MVIEW.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 GetGUID(
	ref string guid,
	int guid_size
)

Parameters

guid
Type: SystemString
GUID
guid_size
Type: SystemInt32
Size of GUID buffer.
See Also