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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void GetBlockModelStringVariableValues(
	string str1,
	string str2,
	CLST oLST3
)

Parameters

str1
Type: SystemString
Block model file
str2
Type: SystemString
Variable name
oLST3
Type: GeoEngine.Core.GXNetCLST
List used to return variable names
See Also