GetParentsByIterator

Returns the next parent of the class or property.
If input parent is zero, the handle will point to the first relevant parent.
If all parent are past (or no relevant parent are found), the function will return 0.

Syntax

//
//   Strong typing definition
//
int64_t         GetParentsByIterator(
                        int64_t                 owlClassOrRdfProperty,
                        int64_t                 parentOwlClassOrRdfProperty
                    );


//
//   Weak typing definition
//
int64_t __declspec(dllexport) __stdcall GetParentsByIterator(
                                                int64_t                 owlClassOrRdfProperty,
                                                int64_t                 parentOwlClassOrRdfProperty
                                            );
    

Property owlClassOrRdfProperty

Size: 64 bit / 8 byte (value)
This attribute represents a handle to the class or property.

Property parentOwlClassOrRdfProperty

Size: 64 bit / 8 byte (value)
This attribute represents a handle to the parent class or property.