 | 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
Syntaxpublic void SetLn(
int rows
)
public void SetLn(
int rows
)
Public Sub SetLn (
rows As Integer
)
Public Sub SetLn (
rows As Integer
)
public:
void SetLn(
int rows
)
public:
void SetLn(
int rows
)
member SetLn :
rows : int -> unit
member SetLn :
rows : int -> unit
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