ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.TemporalReference Property

Defines the reference in time used to draw, identify, or perform other layer-based activities.

[Visual Basic 6.0]
Property TemporalReference As ITemporalReference
[Visual Basic .NET]
Public Property TemporalReference As TemporalReference
[C#]
public TemporalReference TemporalReference {get; set;}
[Java]
public ITemporalReference getTemporalReference()
throws
    IOException,
    AutomationException
[Java]
public void setTemporalReferenceByRef(
ITemporalReference pTemporalReference
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TemporalReference(
  ITemporalReference** ppiTemporalReference
);
[C++]
HRESULT putref_TemporalReference(
  ITemporalReference* ppiTemporalReference

);

[C++]

Parameters

ppiTemporalReference [out, retval]

  ppiTemporalReference is a parameter of type ITemporalReference

ppiTemporalReference [in]

  ppiTemporalReference is a parameter of type ITemporalReference

Product Availability

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

Description

The Temporal Reference Property is a Temporal Reference Object that defines the reference in time that is used to draw, identify, or perform other layer activities on this layer.

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page