 | CGISLoadMAP Method |
Load GIS table drawing into a MVIEW.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void LoadMAP(
CMVIEW mview
)
public void LoadMAP(
CMVIEW mview
)
Public Sub LoadMAP (
mview As CMVIEW
)
Public Sub LoadMAP (
mview As CMVIEW
)
public:
void LoadMAP(
CMVIEW^ mview
)
public:
void LoadMAP(
CMVIEW^ mview
)
member LoadMAP :
mview : CMVIEW -> unit
member LoadMAP :
mview : CMVIEW -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View in which to place GIS drawing.
RemarksThe GIS drawing will be drawin in the current group.
See Also