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


IAVObjectConverter.ConvertLegend Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

IAVObjectConverter.ConvertLegend Method

Returns a Renderer from an ArcView legend object.

[Visual Basic .NET]
Public Function ConvertLegend ( _
    ByVal legendObject As IAVObject _
) As IFeatureRenderer
[C#]
public IFeatureRenderer ConvertLegend (
    IAVObject legendObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface