 | CGISGetBPRModelsLST Method |
Get a LST of block models contained in a Gemcom BPR or BRP2 file
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetBPRModelsLST(
string file,
CLST lst
)
public void GetBPRModelsLST(
string file,
CLST lst
)
Public Sub GetBPRModelsLST (
file As String,
lst As CLST
)
Public Sub GetBPRModelsLST (
file As String,
lst As CLST
)
public:
void GetBPRModelsLST(
String^ file,
CLST^ lst
)
public:
void GetBPRModelsLST(
String^ file,
CLST^ lst
)
member GetBPRModelsLST :
file : string *
lst : CLST -> unit
member GetBPRModelsLST :
file : string *
lst : CLST -> unit
Parameters
- file
- Type: SystemString
BPR or BPR2 file - lst
- Type: GeoEngine.Core.GXNetXCLST
Returned LST of block models
Remarks
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.
See Also