ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.PPAY Property

Principal point of autocollimation along Y axis.

[Visual Basic .NET]
Public Property PPAY As Double
[C#]
public double PPAY {get; set;}
[C++]
HRESULT get_PPAY(
  double* pPpay
);
[C++]
HRESULT put_PPAY(
  double pPpay
);
[C++]

Parameters

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

Product Availability

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

See Also

IFrameCameraParameters Interface