 | CMULTIGRID3DFill Method |
Fill a grid3d.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Fill(
string output_file,
int method,
double fill_value
)
public void Fill(
string output_file,
int method,
double fill_value
)
Public Sub Fill (
output_file As String,
method As Integer,
fill_value As Double
)
Public Sub Fill (
output_file As String,
method As Integer,
fill_value As Double
)
public:
void Fill(
String^ output_file,
int method,
double fill_value
)
public:
void Fill(
String^ output_file,
int method,
double fill_value
)
member Fill :
output_file : string *
method : int *
fill_value : float -> unit
member Fill :
output_file : string *
method : int *
fill_value : float -> unit
Parameters
- output_file
- Type: SystemString
Name of the output grid3d - method
- Type: SystemInt32
<define>PGU_INTERP_ORDER</define> - fill_value
- Type: SystemDouble
Fill Value
See Also