Click or drag to resize

CMVIEWGetGUID Method (String)

Gets the GUID of the MVIEW.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetGUID(
	ref string guid
)

public void GetGUID(
	ref string guid
)

Parameters

guid
Type: SystemString
GUID
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