This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameCameraParameters Interface > IFrameCameraParameters.RadialDistortions Property (ArcObjects .NET 10.5 SDK) |
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