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


ITemporalOperator3.IntervalUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalOperator3 Interface > ITemporalOperator3.IntervalUnits Property
ArcGIS Developer Help

ITemporalOperator3.IntervalUnits Property

Units used for interval.

[Visual Basic .NET]
Public ReadOnly Property IntervalUnits As enumTemporalOperatorUnits
[C#]
public enumTemporalOperatorUnits IntervalUnits {get;}
[C++]
HRESULT get_IntervalUnits(
  enumTemporalOperatorUnits* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type enumTemporalOperatorUnits*

Product Availability

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

See Also

ITemporalOperator3 Interface