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


ITemporalOperator3.Type 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.Type Property
ArcGIS Developer Help

ITemporalOperator3.Type Property

The type of temporal data used.

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

pVal is a parameter of type enumTemporalOperatorType*

Product Availability

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

See Also

ITemporalOperator3 Interface