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


IFrameXform.GetDistortionTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.GetDistortionTable Method
ArcGIS Developer Help

IFrameXform.GetDistortionTable Method

The distortion tables.

[Visual Basic .NET]
Public Sub GetDistortionTable ( _
    ByRef ppDistanceInMillimeters As IDoubleArray, _
    ByRef ppDistortionInMicrons As IDoubleArray _
)
[C#]
public void GetDistortionTable (
    ref IDoubleArray ppDistanceInMillimeters,
    ref IDoubleArray ppDistortionInMicrons
);
[C++]
HRESULT GetDistortionTable(
  IDoubleArray** ppDistanceInMillimeters,
  IDoubleArray** ppDistortionInMicrons
);
[C++]
Parameters
ppDistanceInMillimeters [out]

ppDistanceInMillimeters is a parameter of type IDoubleArray** ppDistortionInMicrons [out]
ppDistortionInMicrons is a parameter of type IDoubleArray**

Product Availability

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

See Also

IFrameXform Interface