 | CMVUContour Method |
Creates a contour map.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Contour(
CMVIEW mview,
string con,
string grid
)
public static void Contour(
CMVIEW mview,
string con,
string grid
)
Public Shared Sub Contour (
mview As CMVIEW,
con As String,
grid As String
)
Public Shared Sub Contour (
mview As CMVIEW,
con As String,
grid As String
)
public:
static void Contour(
CMVIEW^ mview,
String^ con,
String^ grid
)
public:
static void Contour(
CMVIEW^ mview,
String^ con,
String^ grid
)
static member Contour :
mview : CMVIEW *
con : string *
grid : string -> unit
static member Contour :
mview : CMVIEW *
con : string *
grid : string -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - con
- Type: SystemString
Control file name - grid
- Type: SystemString
Grid file name
See Also