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


ILegend3.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.Format Property
ArcGIS Developer Help

ILegend3.Format Property

The formatting options for the legend (can be stored in the style gallery).

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

LegendFormat is a parameter of type ILegendFormat** LegendFormat [in]
LegendFormat is a parameter of type ILegendFormat*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegend3 Interface