Click or drag to resize

CSURFACEITEMCreate Method

Create a SURFACEITEM

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CSURFACEITEM Create(
	string type,
	string name
)

public static CSURFACEITEM Create(
	string type,
	string name
)

Parameters

type
Type: SystemString
Type
name
Type: SystemString
Name

Return Value

Type: CSURFACEITEM
SURFACEITEM Object
See Also