 | CMVULoadPlot Method |
Load a Geosoft PLT file into a MAP.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadPlot(
CGXNETCore gxNetShared,
CMAP map,
string name
)
public static void LoadPlot(
CGXNETCore gxNetShared,
CMAP map,
string name
)
Public Shared Sub LoadPlot (
gxNetShared As CGXNETCore,
map As CMAP,
name As String
)
Public Shared Sub LoadPlot (
gxNetShared As CGXNETCore,
map As CMAP,
name As String
)
public:
static void LoadPlot(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name
)
public:
static void LoadPlot(
CGXNETCore^ gxNetShared,
CMAP^ map,
String^ name
)
static member LoadPlot :
gxNetShared : CGXNETCore *
map : CMAP *
name : string -> unit
static member LoadPlot :
gxNetShared : CGXNETCore *
map : CMAP *
name : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - map
- Type: GeoEngine.Core.GXNetXCMAP
Map handle - name
- Type: SystemString
Plot file name
See Also