ArcObjects Library Reference (TrackingAnalyst)  

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