ObjectRating :: GetEstimatedCount - Get estimated instance count
When the number of result instances had been limited, GetCount() will not return the real number of matching objects. This function provides an estimated number of matching object, which includes all objects, that have a rating value greater than 0.
Return value: Number of items ( int32 )
The value contains the number of items (characters, entries, instances etc.).
Implementation details
int32
ObjectRating  :: GetEstimatedCount ( logical &est_opt )
- est_opt
- Estimation option
Indicates, whether the result is estimated (true) or not (false).