-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello, If no value is returned, it typically indicates that the property is either The first way to check if a value is present is through the Properties widget in your first screenshot. By selecting an element within the Group in the viewer, you can see whether the element contains a value. If no value is displayed, it is likely If it is still unclear whether a specific property contains a value in any of the resulting rows you can run the query in iModelConsole. Be aware that if the Group was created through the UI, you will have to adjust the |
Beta Was this translation helpful? Give feedback.
Hello @Paolo-lab,
Upon investigation with a similar iModel, we found that the
OmniClass Numberproperty shown in thePropertieswidget comes from the aspect of theTypeDefinitionof the selected element, not from the aspect of the selected element itself. TheProperties Selectionmenu is targeting the aspect of the selected element, which does not have that property set. Unfortunately, the service and widget do not yet support navigating to a related instance's aspect. We’ve added this to our backlog for prioritization.As a workaround, you can manually create a new Group and write the query manually for the
TypeDefinitiontable and fetch the OmniClass Number through there.