This document is archived and information here might be outdated. Recommended version. |
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**