Click or drag to resize

CARCMAPMapViewToShape Method

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void MapViewToShape(
	CGXNETCore gxNetShared,
	string map,
	string view,
	string shp,
	CLST lst
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: SystemString
Map File Name
view
Type: SystemString
View Name
shp
Type: SystemString
SHP File Name
lst
Type: GeoEngine.Core.GXNetXCLST
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