Click or drag to resize

CIMGReadY Method

Read a row (constant Y)

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

public void ReadY(
	int by,
	int bx,
	int nx,
	CVV vv
)

Parameters

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