Click or drag to resize

CSURFACECreate Method

Create a new Geosurface file

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CSURFACE Create(
	string surface_file,
	CIPJ ipj
)

public static CSURFACE Create(
	string surface_file,
	CIPJ ipj
)

Parameters

surface_file
Type: SystemString
Geosurface file name
ipj
Type: GeoEngine.Core.GXNetCIPJ
IPJ containing coordinate system of the Geosurface

Return Value

Type: CSURFACE
SURFACE Object
See Also