 | CMULTIGRID3DSetCellSizesZ Method |
Set the cell sizes in the Z direction
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetCellSizesZ(
CVV vv
)
public void SetCellSizesZ(
CVV vv
)
Public Sub SetCellSizesZ (
vv As CVV
)
Public Sub SetCellSizesZ (
vv As CVV
)
public:
void SetCellSizesZ(
CVV^ vv
)
public:
void SetCellSizesZ(
CVV^ vv
)
member SetCellSizesZ :
vv : CVV -> unit
member SetCellSizesZ :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetXCVV
Z VV
See Also