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(
  double pPixelSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IFrameCameraParameters Interface