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


ITemporalReference.TemporalPeriodUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalReference.TemporalPeriodUnits Property

Describes the temporal units that define the temporal period property.

[Visual Basic .NET]
Public Property TemporalPeriodUnits As enumTemporalUnits
[C#]
public enumTemporalUnits TemporalPeriodUnits {get; set;}
[C++]
HRESULT get_TemporalPeriodUnits(
  enumTemporalUnits* pVal
);
[C++]
HRESULT put_TemporalPeriodUnits(
  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

ITemporalReference Interface