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


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

ITemporalLegendClass.Type Property

Identifies special drawing properties of a temporal legend class.

[Visual Basic .NET]
Public Property Type As enumTemporalLegendType
[C#]
public enumTemporalLegendType Type {get; set;}
[C++]
HRESULT get_Type(
  enumTemporalLegendType* penumTemporalLegendType
);
[C++]
HRESULT put_Type(
  enumTemporalLegendType penumTemporalLegendType
);
[C++]
Parameters
penumTemporalLegendType [out, retval]

penumTemporalLegendType is a parameter of type enumTemporalLegendType* penumTemporalLegendType [in]
penumTemporalLegendType is a parameter of type enumTemporalLegendType

Product Availability

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

See Also

ITemporalLegendClass Interface