Returns the number of objects fulfilling the specified search criteria. Search criteria are composed of Find_x() function values.
Search criteria are specified as in
FindObjects and
FindObject. See
FindObjects for additional samples.
When this function is called in object context, only objects in the same layer as the calling object are considered, i.e. an implicit check
Find_Layer(
GetObjectLayer()) is added. To turn off this check, either supply a manual criterion with
Find_Layer() to check for another layer, or allow objects in any layer to be returned by passing
Find_AnyLayer().