Click or drag to resize
CARCMAPMapViewToShape Method
Create SHP file(s) from a Geosoft Map view.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The output SHP file name(s) are made up as follows (where NAME is the input SHP file name): NAME_pt.shp (point objects) NAME_ln.shp (line or arc objects) NAME_pg.shp (polygon objects)
Syntax
public static void MapViewToShape(
	string str1,
	string str2,
	string str3,
	CLST oLST4
)

Parameters

str1
Type: SystemString
Map File Name
str2
Type: SystemString
View Name
str3
Type: SystemString
SHP File Name
oLST4
Type: GeoEngine.Core.GXNetCLST
List to fill with shape files created
See Also