 | 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
Syntaxpublic 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
)
Public Shared Sub MapViewToShape (
gxNetShared As CGXNETCore,
map As String,
view As String,
shp As String,
lst As CLST
)
Public Shared Sub MapViewToShape (
gxNetShared As CGXNETCore,
map As String,
view As String,
shp As String,
lst As CLST
)
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
)
static member MapViewToShape :
gxNetShared : CGXNETCore *
map : string *
view : string *
shp : string *
lst : CLST -> unit
static member MapViewToShape :
gxNetShared : CGXNETCore *
map : string *
view : string *
shp : string *
lst : CLST -> unit
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