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


IFrameCameraParameters.RadialDistortions 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.RadialDistortions Property
ArcGIS Developer Help

IFrameCameraParameters.RadialDistortions Property

Radial Distortions Array.

[Visual Basic .NET]
Public Property RadialDistortions As IDoubleArray
[C#]
public IDoubleArray RadialDistortions {get; set;}
[C++]
HRESULT get_RadialDistortions(
  IDoubleArray* pDistortions
);
[C++]
HRESULT putref_RadialDistortions(
  IDoubleArray** pDistortions
);
[C++]
Parameters
pDistortions [in]

pDistortions is a parameter of type IDoubleArray* pDistortions [out, retval]
pDistortions is a parameter of type IDoubleArray**

Product Availability

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

See Also

IFrameCameraParameters Interface