 | CGRID3DWriteX Method |
Write data to a GRID3D in the X direction (MOST EFFICIENT)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int WriteX(
int x,
int y,
int z,
CVV VV
)
public int WriteX(
int x,
int y,
int z,
CVV VV
)
Public Function WriteX (
x As Integer,
y As Integer,
z As Integer,
VV As CVV
) As Integer
Public Function WriteX (
x As Integer,
y As Integer,
z As Integer,
VV As CVV
) As Integer
public:
int WriteX(
int x,
int y,
int z,
CVV^ VV
)
public:
int WriteX(
int x,
int y,
int z,
CVV^ VV
)
member WriteX :
x : int *
y : int *
z : int *
VV : CVV -> int
member WriteX :
x : int *
y : int *
z : int *
VV : CVV -> int
Parameters
- x
- Type: SystemInt32
X location - y
- Type: SystemInt32
Y location - z
- Type: SystemInt32
Z location - VV
- Type: GeoEngine.Core.GXNetXCVV
VV Containing Data
Return Value
Type:
Int32
See Also