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