 | 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
Syntaxpublic 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
)
Public Shared Sub ExportSurpacSTR (
mview As CMVIEW,
lst As CLST,
str_wa As CWA,
styles_wa As CWA
)
Public Shared Sub ExportSurpacSTR (
mview As CMVIEW,
lst As CLST,
str_wa As CWA,
styles_wa As CWA
)
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
)
static member ExportSurpacSTR :
mview : CMVIEW *
lst : CLST *
str_wa : CWA *
styles_wa : CWA -> unit
static member ExportSurpacSTR :
mview : CMVIEW *
lst : CLST *
str_wa : CWA *
styles_wa : CWA -> unit
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