Click or drag to resize

CIMGWriteY Method

Write 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 WriteY(
	int by,
	int bx,
	int nx,
	CVV vv
)

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

Parameters

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