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


IFrameCameraParameters.RadialDistortions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
pDistortions is a parameter of type IDoubleArray pDistortions [in]
pDistortions is a parameter of type IDoubleArray

Product Availability

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

See Also

IFrameCameraParameters Interface