You provide a nice example of how to set up calculatestatistics here:
ProConcepts Geodatabase · Esri/arcgis-pro-sdk Wiki · GitHub
However, most folks (me) are interested in the actual values produced.
Can someone lead me in a direction to get an actual value from IReadOnlyList<TableStatisticsResult>?
I calculated a SUM of a field, but want to provide the value to a new variable for further calculation...
Thank You.