Click or drag to resize

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
Syntax
public int WriteZ(
	int x,
	int y,
	int z,
	CVV VV
)

public int WriteZ(
	int x,
	int y,
	int z,
	CVV VV
)

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