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


ITemporalLegendClass.SetReference Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendClass Interface > ITemporalLegendClass.SetReference Method
ArcGIS Developer Help

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