This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalReference Interface > ITemporalReference.TemporalPeriodUnits Property (ArcObjects .NET 10.5 SDK) |
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