ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform.QueryKonradyParameters Method

Queries the Konrady adjustment parameterrs.

[Visual Basic .NET]
Public Sub QueryKonradyParameters ( _
    ByRef pK As Double _
)
[C#]
public void QueryKonradyParameters (
    ref double pK
);
[C++]
HRESULT QueryKonradyParameters(
  double* pK
);
[C++]

Parameters

pK [in]   pK is a parameter of type double

Product Availability

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

See Also

IFrameXform Interface