Click or drag to resize
CMVUExportSurpacSTR Method
Export selected map groups in a map view to a Surpac STR file.

Available since Oasis montaj version: 6.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also