StatisticsTable

The StatisticsTable class encapsulates the LStatisticsTable type of the LayGO API.

using LaygoApi;

StatisticsTable stats = cid.GetStatistics();

LogStatistics(stats.ToString());