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


IFrameCameraParameters.K0 Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.K0 Property

Zeroth Konrady coefficient.

[Visual Basic .NET]
Public Property K0 As Double
[C#]
public double K0 {get; set;}
[C++]
HRESULT get_K0(
  double* pK0
);
[C++]
HRESULT put_K0(
  double pK0
);
[C++]

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

Product Availability

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

See Also

IFrameCameraParameters Interface