{
// Note: call within QueuedTask.Run()
{
//Get only the readonly fields
var readOnlyFields = featSceneLayer.GetFieldDescriptions()
.Where(fdesc => fdesc.IsReadOnly);
}
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)