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


IFeatureClassHistogram.Results Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IF > IFeatureClassHistogram Interface > IFeatureClassHistogram.Results Method
ArcGIS Developer Help

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