Click or drag to resize

CSURFACEGetSurfaceItem Method

Get the an existing surface item from the SURFACE

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public CSURFACEITEM GetSurfaceItem(
	string guid
)

public CSURFACEITEM GetSurfaceItem(
	string guid
)

Parameters

guid
Type: SystemString
Item GUID

Return Value

Type: CSURFACEITEM
SURFACEITEM Object
See Also