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


ITemporalLegendClass.TimeUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendClass.TimeUnits Property

Indicates unit of time used to define period of time window.

[Visual Basic .NET]
Public Property TimeUnits As enumTemporalUnits
[C#]
public enumTemporalUnits TimeUnits {get; set;}
[C++]
HRESULT get_TimeUnits(
  enumTemporalUnits* pVal
);
[C++]
HRESULT put_TimeUnits(
  enumTemporalUnits pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type enumTemporalUnits pVal [in]
pVal is a parameter of type enumTemporalUnits

Product Availability

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

See Also

ITemporalLegendClass Interface