 | CIMUGridEdge Method |
Get grid edge points
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GridEdge(
string grid,
CVV vv_x,
CVV vv_y
)
public static void GridEdge(
string grid,
CVV vv_x,
CVV vv_y
)
Public Shared Sub GridEdge (
grid As String,
vv_x As CVV,
vv_y As CVV
)
Public Shared Sub GridEdge (
grid As String,
vv_x As CVV,
vv_y As CVV
)
public:
static void GridEdge(
String^ grid,
CVV^ vv_x,
CVV^ vv_y
)
public:
static void GridEdge(
String^ grid,
CVV^ vv_x,
CVV^ vv_y
)
static member GridEdge :
grid : string *
vv_x : CVV *
vv_y : CVV -> unit
static member GridEdge :
grid : string *
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- grid
- Type: SystemString
Grid file name - vv_x
- Type: GeoEngine.Core.GXNetCVV
X coordinates of edge points - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y coordinates of edge points
See Also