Click or drag to resize

CARCMAPMapViewToShape Method

Create SHP file(s) from a Geosoft Map view.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void MapViewToShape(
	string map,
	string view,
	string shp,
	CLST lst
)

public static void MapViewToShape(
	string map,
	string view,
	string shp,
	CLST lst
)

Parameters

map
Type: SystemString
Map File Name
view
Type: SystemString
View Name
shp
Type: SystemString
SHP File Name
lst
Type: GeoEngine.Core.GXNetCLST
List to fill with shape files created
Remarks
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)
See Also