Click or drag to resize

CMVUExportSurpacSTR Method

Export selected map groups in a map view to a Surpac STR file.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportSurpacSTR(
	CMVIEW mview,
	CLST lst,
	CWA str_wa,
	CWA styles_wa
)

public static void ExportSurpacSTR(
	CMVIEW mview,
	CLST lst,
	CWA str_wa,
	CWA styles_wa
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lst
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.
str_wa
Type: GeoEngine.Core.GXNetCWA
STR file to export to
styles_wa
Type: GeoEngine.Core.GXNetCWA
Styles file to export to
Remarks
The lines, rectangles and polygons in the specified groups will be exported to a Surpac STR file. An accompanying styles file will be created which will attempt to duplicate the colors, etc. used. Complex polygon objects will be exported as independent single polygons.
See Also