Click or drag to resize

CIMUGridEdge Method

Get grid edge points

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridEdge(
	string grid,
	CVV vv_x,
	CVV vv_y
)

public static void GridEdge(
	string grid,
	CVV vv_x,
	CVV vv_y
)

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