 | CMAPCopyMapToView Method |
Copy entire map into one view in output map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CopyMapToView(
string dest_map,
string dest_view
)
public void CopyMapToView(
string dest_map,
string dest_view
)
Public Sub CopyMapToView (
dest_map As String,
dest_view As String
)
Public Sub CopyMapToView (
dest_map As String,
dest_view As String
)
public:
void CopyMapToView(
String^ dest_map,
String^ dest_view
)
public:
void CopyMapToView(
String^ dest_map,
String^ dest_view
)
member CopyMapToView :
dest_map : string *
dest_view : string -> unit
member CopyMapToView :
dest_map : string *
dest_view : string -> unit
Parameters
- dest_map
- Type: SystemString
Destination MAP name - dest_view
- Type: SystemString
Name of View
See Also