This document is archived and information here might be outdated. Recommended version. |
Radial Distances Array.
[Visual Basic .NET] Public Property RadialDistances As IDoubleArray
[C#] public IDoubleArray RadialDistances {get; set;}
[C++]
HRESULT get_RadialDistances(
IDoubleArray* pDistances
);
[C++]
HRESULT putref_RadialDistances(
IDoubleArray** pDistances
);
[C++] Parameters pDistances [in]
pDistances is a parameter of type IDoubleArray* pDistances [out, retval]
pDistances is a parameter of type IDoubleArray**