Click or drag to resize

CIMGReadX Method

Read a column (constant X)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReadX(
	int bx,
	int by,
	int ny,
	CVV vv
)

public void ReadX(
	int bx,
	int by,
	int ny,
	CVV vv
)

Parameters

bx
Type: SystemInt32
X column
by
Type: SystemInt32
Start Y to read
ny
Type: SystemInt32
# Y to read (0 for whole vector)
vv
Type: GeoEngine.Core.GXNetXCVV
See Also