 | CPGSet Method |
Write a single value to a 2D PG
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Set(
int col,
int row,
double value
)
public void Set(
int col,
int row,
double value
)
Public Sub Set (
col As Integer,
row As Integer,
value As Double
)
Public Sub Set (
col As Integer,
row As Integer,
value As Double
)
public:
void Set(
int col,
int row,
double value
)
public:
void Set(
int col,
int row,
double value
)
member Set :
col : int *
row : int *
value : float -> unit
member Set :
col : int *
row : int *
value : float -> unit
Parameters
- col
- Type: SystemInt32
iBx - element # in x (column #) - row
- Type: SystemInt32
iBy - element # in y (row #) - value
- Type: SystemDouble
value to set
RemarksThis is a low-performance method.
See Also