Click or drag to resize
CSURFACECreate Method
Create a new Geosurface file

Available since Oasis montaj version: 8.4
License: Available to anyone.  

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