This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayer Interface > IRasterLayer.DisplayResolutionFactor Property (ArcObjects .NET 10.5 SDK) |
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