company logo

ObjectRating :: Open - Open object rating

The function initializes the object rating. When reusing an ObjectRating instance, it deinitializes ( Close ()) before reopening.

Implementation overview

Implementation details

  1. Open ObjectRating with collections
    ObjectRating  :: Open ( PropertyHandle *phlist, int32 ph_count )

    The function opens the object rating with the collection list passed in phlist . Each collection will get the same weight (1). In order to use different weights for the collections use AddCollection () after Opening the ObjectRating .

    • phlist - - internal feature (not documented)
    • ph_count - - internal feature (not documented)
  2. to list
  3. Open without collections
    ObjectRating  :: Open (  )

    When opening the ObjectRating instance without passing collections, collections have to be added to the object rating later on by calling AddCollection ().

    An object rating requires at least one rating collection.

  4. to list