Click or drag to resize

CSURFACEITEMGetGUID Method (String, Int32)

Gets the GUID of the surface item.

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,
	int guid_size
)

public void GetGUID(
	ref string guid,
	int guid_size
)

Parameters

guid
Type: SystemString
GUID
guid_size
Type: SystemInt32
Size of GUID buffer.
Remarks
The value returned by this call will not be valid for newly created items until after a call to AddSurfaceItem_SURFACE.
See Also