 | CGRID3DFillThematic Method |
Fill the grid3d with a single thematic value.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void FillThematic(
int value
)
public void FillThematic(
int value
)
Public Sub FillThematic (
value As Integer
)
Public Sub FillThematic (
value As Integer
)
public:
void FillThematic(
int value
)
public:
void FillThematic(
int value
)
member FillThematic :
value : int -> unit
member FillThematic :
value : int -> unit
Parameters
- value
- Type: SystemInt32
Fill Value
See Also