ArcObjects Library Reference (Carto)  

IMapServerLegendPatch.PatchResolution Property

The patch resolution (dots per inch).

[Visual Basic .NET]
Public Property PatchResolution As Double
[C#]
public double PatchResolution {get; set;}
[C++]
HRESULT get_PatchResolution(
  double* Dpi
);
[C++]
HRESULT put_PatchResolution(
  double Dpi
);
[C++]

Parameters

Dpi [out, retval]   Dpi is a parameter of type double Dpi [in]   Dpi is a parameter of type double

Product Availability

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

See Also

IMapServerLegendPatch Interface