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


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

ITemporalLegendClass.Format Property

Optional. If non-null, then layer specifies class formatting information.

[Visual Basic .NET]
Public Property Format As ILegendClassFormat
[C#]
public ILegendClassFormat Format {get; set;}
[C++]
HRESULT get_Format(
  ILegendClassFormat** Format
);
[C++]
HRESULT put_Format(
  ILegendClassFormat* Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type ILegendClassFormat** Format [in]
Format is a parameter of type ILegendClassFormat*

Product Availability

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

See Also

ITemporalLegendClass Interface