Click or drag to resize
CGISGetBPRModelsLST Method
Get a LST of block models contained in a Gemcom BPR or BRP2 file

Available since Oasis montaj version: 7.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Returned LST has items in the following format: Name: If there is only one sub-directory with models, then only the block model name "Rock Type_5" is required to ensure uniqueness. If there is more than one sub-directory, then the name is set to (.e.g.) "[Standard]Rock Type_5" Value: Sub-directory file path "Standard\Rock Type_5.BLK", (includes the extension). The Gemcom BPR and BPR2 files keep their block models in one or more sub-directories, identified in the *.CAT file located beside the input BPR or BPR2.
Syntax
public void GetBPRModelsLST(
	string str1,
	CLST oLST2
)

Parameters

str1
Type: SystemString
BPR or BPR2 file
oLST2
Type: GeoEngine.Core.GXNetCLST
Returned LST of block models
See Also