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


IImageServiceInfo.GetPixelSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.GetPixelSize Method
ArcGIS Developer Help

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(
  System.Double* pDx,
  System.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