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