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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CSURFACE Create(
	string str1,
	CIPJ oIPJ2
)

Parameters

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

Return Value

Type: CSURFACE
SURFACE Object
See Also