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


IMapServerLegendClass.SymbolImage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerLegendClass Interface > IMapServerLegendClass.SymbolImage Property
ArcGIS Developer Help

IMapServerLegendClass.SymbolImage Property

The symbol image.

[Visual Basic .NET]
Public ReadOnly Property SymbolImage As IImageResult
[C#]
public IImageResult SymbolImage {get;}
[C++]
HRESULT get_SymbolImage(
  IImageResult** Image
);
[C++]
Parameters
Image [out, retval]

Image is a parameter of type IImageResult**

Product Availability

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

Remarks

Use SymbolImage to retrieve the legend symbol image of a particular legend class. The SymbolImage is an ImageResult object. Properties of an ImageResult object include: Height, Width, URL and MimeData. The symbol image size is in pixels while a MapServer legend patch is measured in points.

See Also

IMapServerLegendClass Interface