  | CVULCANGetBlockModelVariableInfo Method  | 
 Query a block model for the variable names and descriptions.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetBlockModelVariableInfo(
	CGXNETCore gxNetShared,
	string block_model_file,
	int query,
	CLST lst
)
public static void GetBlockModelVariableInfo(
	CGXNETCore gxNetShared,
	string block_model_file,
	int query,
	CLST lst
)
Public Shared Sub GetBlockModelVariableInfo ( 
	gxNetShared As CGXNETCore,
	block_model_file As String,
	query As Integer,
	lst As CLST
)
Public Shared Sub GetBlockModelVariableInfo ( 
	gxNetShared As CGXNETCore,
	block_model_file As String,
	query As Integer,
	lst As CLST
)
public:
static void GetBlockModelVariableInfo(
	CGXNETCore^ gxNetShared, 
	String^ block_model_file, 
	int query, 
	CLST^ lst
)
public:
static void GetBlockModelVariableInfo(
	CGXNETCore^ gxNetShared, 
	String^ block_model_file, 
	int query, 
	CLST^ lst
)
static member GetBlockModelVariableInfo : 
        gxNetShared : CGXNETCore * 
        block_model_file : string * 
        query : int * 
        lst : CLST -> unit 
static member GetBlockModelVariableInfo : 
        gxNetShared : CGXNETCore * 
        block_model_file : string * 
        query : int * 
        lst : CLST -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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.GXNetXCLST
List used to return variable names/descriptions. 
See Also