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


ITemporalLegendClass.SetReference Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendClass.SetReference Method

Sets the temporal reference properties for the temporal legend class.

[Visual Basic .NET]
Public Sub setReference ( _
    ByRef varReference As Object _
)
[C#]
public void setReference (
    ref object varReference
);
[C++]
HRESULT setReference(
  VARIANT* varReference
);
[C++]

Parameters varReference [in] varReference is a parameter of type VARIANT

Product Availability

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

See Also

ITemporalLegendClass Interface