Hello community,
I'm working on a 3D Object SceneLayer by .NET Maps SDK for Maui platform (200 version).
On my enterprise platform I have a published scene with one 3D Object SceneLayer where I can filter the elements on a single layer with the web viewer.
If I go in the properties of the layer I can create a filter on a field and make some objects visible or not like in the picture below:

I would like d to reproduce this behaviour on a mobile app, but when I load the 3D Object SceneLayer in my SceneViewer it's impossibile to make any filters.
Furthermore the FeatureTable property of the layer is always null.
Is there a strategy or a way to load a 3D Object SceneLayer in my SceneViewer and make some filters to show or hide elements in the layer?
Is possible that I am not able to create filter on 3D Object SceneLayer by the .NET Maps SDK?
Thanks for the support!