 | CMULTIGRID3DSetCellSizesX Method |
Set the cell sizes in the X direction
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void SetCellSizesX(
CVV vv
)
public void SetCellSizesX(
CVV vv
)
Public Sub SetCellSizesX (
vv As CVV
)
Public Sub SetCellSizesX (
vv As CVV
)
public:
void SetCellSizesX(
CVV^ vv
)
public:
void SetCellSizesX(
CVV^ vv
)
member SetCellSizesX :
vv : CVV -> unit
member SetCellSizesX :
vv : CVV -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
X VV
See Also