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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 colours, etc. used. Complex polygon objects will be exported as independent single polygons.
Syntax
public static void ExportSurpacSTR(
	CMVIEW oMVIEW1,
	CLST oLST2,
	CWA oWA3,
	CWA oWA4
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oLST2
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.
oWA3
Type: GeoEngine.Core.GXNetCWA
STR file to export to
oWA4
Type: GeoEngine.Core.GXNetCWA
Styles file to export to
See Also