Click or drag to resize

CSURFACEAddSurfaceItem Method

Add a new surface item to the SURFACE

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void AddSurfaceItem(
	CSURFACEITEM surfaceitem
)

public void AddSurfaceItem(
	CSURFACEITEM surfaceitem
)

Parameters

surfaceitem
Type: GeoEngine.Core.GXNetCSURFACEITEM
SURFACEITEM to add
See Also