This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameCameraParameters Interface > IFrameCameraParameters.PPAX Property (ArcObjects .NET 10.5 SDK) |
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