 | CVULCANGetBlockModelStringVariableValues Method |
Query a block model for the values a string variable can assume.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GetBlockModelStringVariableValues(
CGXNETCore gxNetShared,
string block_model_file,
string variable_name,
CLST lst
)
public static void GetBlockModelStringVariableValues(
CGXNETCore gxNetShared,
string block_model_file,
string variable_name,
CLST lst
)
Public Shared Sub GetBlockModelStringVariableValues (
gxNetShared As CGXNETCore,
block_model_file As String,
variable_name As String,
lst As CLST
)
Public Shared Sub GetBlockModelStringVariableValues (
gxNetShared As CGXNETCore,
block_model_file As String,
variable_name As String,
lst As CLST
)
public:
static void GetBlockModelStringVariableValues(
CGXNETCore^ gxNetShared,
String^ block_model_file,
String^ variable_name,
CLST^ lst
)
public:
static void GetBlockModelStringVariableValues(
CGXNETCore^ gxNetShared,
String^ block_model_file,
String^ variable_name,
CLST^ lst
)
static member GetBlockModelStringVariableValues :
gxNetShared : CGXNETCore *
block_model_file : string *
variable_name : string *
lst : CLST -> unit
static member GetBlockModelStringVariableValues :
gxNetShared : CGXNETCore *
block_model_file : string *
variable_name : string *
lst : CLST -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - block_model_file
- Type: SystemString
Block model file - variable_name
- Type: SystemString
Variable name - lst
- Type: GeoEngine.Core.GXNetXCLST
List used to return variable names
See Also