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


IFrameCameraParameters.DistortionMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameCameraParameters Interface > IFrameCameraParameters.DistortionMethod Property
ArcGIS Developer Help

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 [in]

pVal is a parameter of type esriRasterKonradyType pVal [out, retval]
pVal is a parameter of type esriRasterKonradyType*

Product Availability

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

See Also

IFrameCameraParameters Interface