This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageQueryFilter Interface > IImageQueryFilter.PixelSize Property (ArcObjects .NET 10.5 SDK) |
The query pixel size in a given spatial reference.
[Visual Basic .NET] Public Property PixelSize As IPoint
[C#] public IPoint PixelSize {get; set;}
[C++]
HRESULT get_PixelSize(
IPoint** ppPixelSize
);
[C++]
HRESULT putref_PixelSize(
IPoint* ppPixelSize
);
[C++]
Parameters ppPixelSize [out, retval]
ppPixelSize is a parameter of type IPoint ppPixelSize [in]
ppPixelSize is a parameter of type IPoint