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


IFrameCameraParameters.K1 Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.K1 Property

First Konrady coefficient.

[Visual Basic .NET]
Public Property K1 As Double
[C#]
public double K1 {get; set;}
[C++]
HRESULT get_K1(
  double* pK1
);
[C++]
HRESULT put_K1(
  double pK1
);
[C++]

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

Product Availability

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

See Also

IFrameCameraParameters Interface