company logo

ObjectRating :: Fill - Fill collection

The function creates a collection from the rating objects. When the number of objects is lower than the number of requested objects and when a valid base collection ( base_ph ) has been passed to the function, missing instances are randomly added from the base collection.

Return value:  Success ( logical  )

Implementation details

logical ObjectRating  :: Fill ( PropertyHandle *result_ph, PropertyHandle *base_ph, logical disticnt )
  • result_ph - Result collection

    The result collection is passed in order to return the result of the operation. The result collection may already contain instances, in which case it will be expanded.

  • base_ph - - internal feature (not documented)
  • disticnt - - internal feature (not documented)