Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
//Must be on QueuedTask! //Must be called on the feature class using (var rfc = streamLayer.GetFeatureClass()) rfc.Truncate();
Target Platforms: Windows 11, Windows 10