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


IImageServiceInfo.GetPixelSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServiceInfo.GetPixelSize Method

Gets the pxiel size of the image service, in its native units.

[Visual Basic .NET]
Public Sub GetPixelSize ( _
    ByRef pDx As Double, _
    ByRef pDy As Double _
)
[C#]
public void GetPixelSize (
    ref double pDx,
    ref double pDy
);
[C++]
HRESULT GetPixelSize(
  double* pDx,
  double* pDy
);
[C++]

Parameters pDx [out] pDx is a parameter of type double pDy [out] pDy is a parameter of type double

Product Availability

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

See Also

IImageServiceInfo Interface