Click or drag to resize

CSURFACEGetSurfaceItem Method

Get the an existing surface item from the SURFACE

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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