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


IFrameCameraParameters.PixelSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameCameraParameters Interface > IFrameCameraParameters.PixelSize Property
ArcGIS Developer Help

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