 | CMVUExportMapGroupsToGDB Method |
Export map group(s) to database line(s).
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportMapGroupsToGDB(
CMVIEW mview,
CLST lst,
CDB db
)
public static void ExportMapGroupsToGDB(
CMVIEW mview,
CLST lst,
CDB db
)
Public Shared Sub ExportMapGroupsToGDB (
mview As CMVIEW,
lst As CLST,
db As CDB
)
Public Shared Sub ExportMapGroupsToGDB (
mview As CMVIEW,
lst As CLST,
db As CDB
)
public:
static void ExportMapGroupsToGDB(
CMVIEW^ mview,
CLST^ lst,
CDB^ db
)
public:
static void ExportMapGroupsToGDB(
CMVIEW^ mview,
CLST^ lst,
CDB^ db
)
static member ExportMapGroupsToGDB :
mview : CMVIEW *
lst : CLST *
db : CDB -> unit
static member ExportMapGroupsToGDB :
mview : CMVIEW *
lst : CLST *
db : CDB -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - lst
- Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST. - db
- Type: GeoEngine.Core.GXNetCDB
Database
See Also