Click or drag to resize

CMVUExportSurpacSTR Method

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

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
lst
Type: GeoEngine.Core.GXNetXCLST
LST with group names in the name part of the LST.
str_wa
Type: GeoEngine.Core.GXNetXCWA
STR file to export to
styles_wa
Type: GeoEngine.Core.GXNetXCWA
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