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