Click or drag to resize

CIMUGridEdge Method

Get grid edge points

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid
Type: SystemString
Grid file name
vv_x
Type: GeoEngine.Core.GXNetXCVV
X coordinates of edge points
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y coordinates of edge points
See Also