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


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

IFeatureClassHistogram.Analyze Method

Analyze temporal sources to yield information for a temporal histogram. The arrays of temporal field names, temporal sources, query where clauses, and optional temporal offsets must have same size.

[Visual Basic .NET]
Public Sub Analyze ( _
    ByVal varMin As Object, _
    ByVal varMax As Object, _
    ByVal nNumSamples As Integer, _
    ByVal varOffsets As Object, _
    ByVal varFields As Object, _
    ByVal varFeatureClasses As Object, _
    ByVal varQueries As Object _
)
[C#]
public void Analyze (
    object varMin,
    object varMax,
    int nNumSamples,
    object varOffsets,
    object varFields,
    object varFeatureClasses,
    object varQueries
);

Product Availability

Available with ArcGIS Desktop. Requires Tracking Analyst Extension.

See Also

IFeatureClassHistogram Interface