ArcObjects Library Reference (DataSourcesRaster)  

IFrameCameraParameters.DistortionMethod Property

Radial lens distortion coefficient method.

[Visual Basic .NET]
Public Property DistortionMethod As esriRasterKonradyType
[C#]
public esriRasterKonradyType DistortionMethod {get; set;}
[C++]
HRESULT get_DistortionMethod(
  esriRasterKonradyType* pVal
);
[C++]
HRESULT put_DistortionMethod(
  esriRasterKonradyType pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriRasterKonradyType

pVal [in]

  pVal is a parameter of type esriRasterKonradyType

Product Availability

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

See Also

IFrameCameraParameters Interface