 | CMVUContourPLY Method |
Creates a contour map with clipped areas.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ContourPLY(
CMVIEW mview,
CPLY ply,
string con,
string grid
)
public static void ContourPLY(
CMVIEW mview,
CPLY ply,
string con,
string grid
)
Public Shared Sub ContourPLY (
mview As CMVIEW,
ply As CPLY,
con As String,
grid As String
)
Public Shared Sub ContourPLY (
mview As CMVIEW,
ply As CPLY,
con As String,
grid As String
)
public:
static void ContourPLY(
CMVIEW^ mview,
CPLY^ ply,
String^ con,
String^ grid
)
public:
static void ContourPLY(
CMVIEW^ mview,
CPLY^ ply,
String^ con,
String^ grid
)
static member ContourPLY :
mview : CMVIEW *
ply : CPLY *
con : string *
grid : string -> unit
static member ContourPLY :
mview : CMVIEW *
ply : CPLY *
con : string *
grid : string -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
View - ply
- Type: GeoEngine.Core.GXNetCPLY
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