ArcObjects Library Reference (TrackingAnalyst)  

IDataSummaryAction.ReportInterval Property

property ReportInterval.

[Visual Basic .NET]
Public Property ReportInterval As Object
[C#]
public object ReportInterval {get; set;}
[C++]
HRESULT get_ReportInterval(
  VARIANT* ReportInterval
);
[C++]
HRESULT put_ReportInterval(
  VARIANT ReportInterval
);
[C++]

Parameters

ReportInterval [out, retval]   ReportInterval is a parameter of type VARIANT ReportInterval [in]   ReportInterval is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDataSummaryAction Interface