MMpy.BlockModel.records_count
Syntax
blockmodel.records_count
Description
Returns the number of records in a block model file.
Returns
Type |
Description |
---|---|
int | Returns the number of records in a block model file. |
Notes
This is a read only property; it can be read, but can't be overwritten.
Examples
blockmodel = MMpy.BlockModel() blockmodel.open(...) records_count = blockmodel.records_count print(records_count)
Resource ID
IDPH_BM_RECORDCOUNT