ID 365127 - Hiero API references BinItem.hasVersionClip() - this method does not appear to exist.

Follow

Problem summary
Hiero API references BinItem.hasVersionClip() - this method does not appear to exist.

Customer reported platform

Steps to reproduce
1) Open Hiero.
2) Open the script editor.
3) Run the following command:
print(help(hiero.core.BinItem.hasVersionClip()))
Result: Error message:

AttributeError: type object 'core.Hiero.Python.BinItem' has no attribute 'hasVersionClip'


Workaround
Unknown. 

Reproduced by support
See "hasVersion" on the following page: https://learn.foundry.com/hiero/developers/11.0/HieroPythonDevGuide/api/api_core.html#hiero.core.BinItem.hasVersion

Expected behaviour
hasVersionClip() should exist according to the note on "hasVersion" method's notes:

WARNING - DEPRECATED ( hasVersion ): This method is deprecated and will not be present in future versions of the Python API. Version indices are no longer unique identifiers and should not be used as such. Please use BinItem.hasVersionClip() instead, or check membership to BinItem.items().


Actual behaviour
hasVersionClip() does not appear to exist.

    We're sorry to hear that

    Please tell us why