Click or drag to resize

CVASetLn Method

Set the length (number of rows) of the VA

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetLn(
	int rows
)

public void SetLn(
	int rows
)

Parameters

rows
Type: SystemInt32
Length
Remarks
The number of columns in a VA is fixed, and cannot be altered once the VA is created.
See Also