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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	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
See Also