 | CMULTIGRID3DUTILCreateDoubleConstantCopy Method |
Generate a double MultiVoxset with a constant value based on an input voxel
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void CreateDoubleConstantCopy(
CGXNETCore gxNetShared,
string name,
double value,
string source_name
)
public static void CreateDoubleConstantCopy(
CGXNETCore gxNetShared,
string name,
double value,
string source_name
)
Public Shared Sub CreateDoubleConstantCopy (
gxNetShared As CGXNETCore,
name As String,
value As Double,
source_name As String
)
Public Shared Sub CreateDoubleConstantCopy (
gxNetShared As CGXNETCore,
name As String,
value As Double,
source_name As String
)
public:
static void CreateDoubleConstantCopy(
CGXNETCore^ gxNetShared,
String^ name,
double value,
String^ source_name
)
public:
static void CreateDoubleConstantCopy(
CGXNETCore^ gxNetShared,
String^ name,
double value,
String^ source_name
)
static member CreateDoubleConstantCopy :
gxNetShared : CGXNETCore *
name : string *
value : float *
source_name : string -> unit
static member CreateDoubleConstantCopy :
gxNetShared : CGXNETCore *
name : string *
value : float *
source_name : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - name
- Type: SystemString
Name of output Voxel File - value
- Type: SystemDouble
Constant Value to use - DUMMY for a trully sparse grid3d - source_name
- Type: SystemString
Name of voxel to model
See Also