Click or drag to resize
CVULCANGetBlockModelVariableInfo Method
Query a block model for the variable names and descriptions.

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 GetBlockModelVariableInfo(
	string str1,
	int i2,
	CLST oLST3
)

Parameters

str1
Type: SystemString
Block model file
i2
Type: SystemInt32
See BLOCK_MODEL_VARIABLE_TYPEConstant Which variables to return.
oLST3
Type: GeoEngine.Core.GXNetCLST
List used to return variable names/descriptions.
See Also