 | CIMUGridPLY Method |
Get the grid edge in a PLY
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridPLY(
CIMG img,
CPLY ply,
int refresh
)
public static void GridPLY(
CIMG img,
CPLY ply,
int refresh
)
Public Shared Sub GridPLY (
img As CIMG,
ply As CPLY,
refresh As Integer
)
Public Shared Sub GridPLY (
img As CIMG,
ply As CPLY,
refresh As Integer
)
public:
static void GridPLY(
CIMG^ img,
CPLY^ ply,
int refresh
)
public:
static void GridPLY(
CIMG^ img,
CPLY^ ply,
int refresh
)
static member GridPLY :
img : CIMG *
ply : CPLY *
refresh : int -> unit
static member GridPLY :
img : CIMG *
ply : CPLY *
refresh : int -> unit
Parameters
- img
- Type: GeoEngine.Core.GXNetCIMG
The IMG - ply
- Type: GeoEngine.Core.GXNetCPLY
PLY to which the bounding polygons will be added. - refresh
- Type: SystemInt32
TRUE to force the boundary to be refreshed.
Remarks
This will optionally refresh the grid boundary PLY and return
the PLY.
If the boundary is not refreshed and has never been calculated,
the boundary will be the bounding rectangle of the grid.
The grid PLY will be added to existing ploygons in the passed PLY.
See Also