ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.K2 Property

Second Konrady coefficient.

[Visual Basic .NET]
Public Property K2 As Double
[C#]
public double K2 {get; set;}
[C++]
HRESULT get_K2(
  double* pK2
);
[C++]
HRESULT put_K2(
  double pK2
);
[C++]

Parameters

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

Product Availability

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

See Also

IFrameCameraParameters Interface