Click or drag to resize
CSURFACEOpen Method
Open a 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 Open(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Geosurface file name
i2
Type: SystemInt32
See SURFACE_OPENConstant

Return Value

Type: CSURFACE
SURFACE Object
See Also