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


IRasterRenderer.DisplayResolutionFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterRenderer.DisplayResolutionFactor Property

Display resolution factor. Factor value is expressed as a percentage between 0 and 100.

[Visual Basic .NET]
Public Property DisplayResolutionFactor As Integer
[C#]
public int DisplayResolutionFactor {get; set;}
[C++]
HRESULT get_DisplayResolutionFactor(
  long* pnFactor
);
[C++]
HRESULT put_DisplayResolutionFactor(
  long pnFactor
);
[C++]

Parameters pnFactor [out, retval] pnFactor is a parameter of type long pnFactor [in] pnFactor is a parameter of type long

Product Availability

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

See Also

IRasterRenderer Interface