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


IFrameCameraParameters.PPAY 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.PPAY Property
ArcGIS Developer Help

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(
  System.Double* pPpay
);
[C++]
Parameters
pPpay [in]

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

Product Availability

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

See Also

IFrameCameraParameters Interface