This document is archived and information here might be outdated. Recommended version. |
The custom raster stretch statistics.
[Visual Basic .NET] Public Property Statistics As IArray
[C#] public IArray Statistics {get; set;}
[C++]
HRESULT get_Statistics(
IArray** ppStats
);
[C++]
HRESULT putref_Statistics(
IArray* ppStats
);
[C++] Parameters ppStats [out, retval]
ppStats is a parameter of type IArray** ppStats [in]
ppStats is a parameter of type IArray*