Click or drag to resize

CSURFACECreate Method

Create a new Geosurface file

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

public static CSURFACE Create(
	CGXNETCore gxNetShared,
	string surface_file,
	CIPJ ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
surface_file
Type: SystemString
Geosurface file name
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ containing coordinate system of the Geosurface

Return Value

Type: CSURFACE
SURFACE Object
See Also