Click or drag to resize

CVULCANGetBlockModelVariableInfo Method

Query a block model for the variable names and descriptions.

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

public static void GetBlockModelVariableInfo(
	string block_model_file,
	int query,
	CLST lst
)

Parameters

block_model_file
Type: SystemString
Block model file
query
Type: SystemInt32
<define>BLOCK_MODEL_VARIABLE_TYPE</define> Which variables to return.
lst
Type: GeoEngine.Core.GXNetCLST
List used to return variable names/descriptions.
See Also