forge-api-dotnet-client
forge-api-dotnet-client copied to clipboard
GetModelviewPropertiesAsync returns empty result
As you can see in the picture GetModelviewPropertiesAsync() returns empty result, while GetModelviewPropertiesAsyncWithHttpInfo() returns the properties. I tested it with a Revit file in a BIM 360 Docs EU region. Not sure if it's necessary in order to reproduce it. I used Autodesk.Forge nuget package 1.9.0

Why is there no response to this? I have seeing similar issue now calling await apiInstance.GetModelviewPropertiesAsync(urn, guid, acceptEncoding, objectIds, xAdsForce, forceget);
with nuget 1.9
Is the SDK still supported?