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