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


IFrameCameraParameters.PixelSize Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.PixelSize Property

Pixel size for the camera.

[Visual Basic .NET]
Public Property PixelSize As Double
[C#]
public double PixelSize {get; set;}
[C++]
HRESULT get_PixelSize(
  double pPixelSize
);
[C++]
HRESULT put_PixelSize(
  System.Double* pPixelSize
);
[C++]

Parameters pPixelSize [in]
pPixelSize is a parameter of type double pPixelSize [out, retval]
pPixelSize is a parameter of type double*

Product Availability

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

See Also

IFrameCameraParameters Interface