 | CGRID3DReadX Method |
Read data from 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 ReadX(
int x,
int y,
int z,
CVV VV
)
public int ReadX(
int x,
int y,
int z,
CVV VV
)
Public Function ReadX (
x As Integer,
y As Integer,
z As Integer,
VV As CVV
) As Integer
Public Function ReadX (
x As Integer,
y As Integer,
z As Integer,
VV As CVV
) As Integer
public:
int ReadX(
int x,
int y,
int z,
CVV^ VV
)
public:
int ReadX(
int x,
int y,
int z,
CVV^ VV
)
member ReadX :
x : int *
y : int *
z : int *
VV : CVV -> int
member ReadX :
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