 | CMVUContourPLY Method |
Creates a contour map with clipped areas.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ContourPLY(
CGXNETCore gxNetShared,
CMVIEW mview,
CPLY ply,
string con,
string grid
)
public static void ContourPLY(
CGXNETCore gxNetShared,
CMVIEW mview,
CPLY ply,
string con,
string grid
)
Public Shared Sub ContourPLY (
gxNetShared As CGXNETCore,
mview As CMVIEW,
ply As CPLY,
con As String,
grid As String
)
Public Shared Sub ContourPLY (
gxNetShared As CGXNETCore,
mview As CMVIEW,
ply As CPLY,
con As String,
grid As String
)
public:
static void ContourPLY(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CPLY^ ply,
String^ con,
String^ grid
)
public:
static void ContourPLY(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CPLY^ ply,
String^ con,
String^ grid
)
static member ContourPLY :
gxNetShared : CGXNETCore *
mview : CMVIEW *
ply : CPLY *
con : string *
grid : string -> unit
static member ContourPLY :
gxNetShared : CGXNETCore *
mview : CMVIEW *
ply : CPLY *
con : string *
grid : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetXCMVIEW
View - ply
- Type: GeoEngine.Core.GXNetXCPLY
Clipping PLY - con
- Type: SystemString
Control file name - grid
- Type: SystemString
Grid file name
Remarks
The clipping PLY can include a surrounding inclusive polygon
and zero, one or more interior exclusive polygons. Construct
a PLY object using the AddPolygonEx_PLY function, to add both
inclusive (as the first PLY) and exclusive interior regions.
See Also