Click or drag to resize
CVULCANGetBlockModelStringVariableValues Method
Query a block model for the values a string variable can assume.

Available since Oasis montaj version: 8.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void GetBlockModelStringVariableValues(
	CGXNETCore gxNetShared,
	string block_model_file,
	string variable_name,
	CLST lst
)

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