Click or drag to resize

CGRID3DReadX Method

Read data from a GRID3D in the x direction (MOST EFFICIENT)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int ReadX(
	int x,
	int y,
	int z,
	CVV VV
)

public int ReadX(
	int x,
	int y,
	int z,
	CVV VV
)

Parameters

x
Type: SystemInt32
X location
y
Type: SystemInt32
Y location
z
Type: SystemInt32
Z location
VV
Type: GeoEngine.Core.GXNetXCVV
VV Containing Data

Return Value

Type: Int32
See Also