This document is archived and information here might be outdated.  Recommended version.


IFeatureClassHistogram.Results Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalystUI)  

IFeatureClassHistogram.Results Method

Retrieve the temporal histogram information generated by Analyze.

[Visual Basic .NET]
Public Function Results ( _
    ByRef pvarValues As Object _
) As Object
[C#]
public object Results (
    ref object pvarValues
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IFeatureClassHistogram Interface