Click or drag to resize
CSURFACEITEMGetGUID Method
Gets the GUID of the surface item.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The value returned by this call will not be valid for newly created items until after a call to AddSurfaceItem_SURFACE.
Syntax
public void GetGUID(
	ref string str1
)

Parameters

str1
Type: SystemString
GUID
See Also