Click or drag to resize

CVULCANGetBlockModelStringVariableValues Method

Query a block model for the values a string variable can assume.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetBlockModelStringVariableValues(
	string block_model_file,
	string variable_name,
	CLST lst
)

public static void GetBlockModelStringVariableValues(
	string block_model_file,
	string variable_name,
	CLST lst
)

Parameters

block_model_file
Type: SystemString
Block model file
variable_name
Type: SystemString
Variable name
lst
Type: GeoEngine.Core.GXNetCLST
List used to return variable names
See Also