ArcObjects Library Reference (TrackingAnalyst)  

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