ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.PPAX Property

Principal point of autocollimation along X axis.

[Visual Basic .NET]
Public Property PPAX As Double
[C#]
public double PPAX {get; set;}
[C++]
HRESULT get_PPAX(
  double* pPpax
);
[C++]
HRESULT put_PPAX(
  double pPpax
);
[C++]

Parameters

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

Product Availability

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

See Also

IFrameCameraParameters Interface