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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 file,
	CLST lst
)

Parameters

file
Type: SystemString
BPR or BPR2 file
lst
Type: GeoEngine.Core.GXNetXCLST
Returned LST of block models
See Also