Click or drag to resize

CIMGWriteX Method

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

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

Parameters

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