This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFunctionArguments2 Interface > IPansharpeningFunctionArguments2.KeepStatsHistogram Property (ArcObjects .NET 10.5 SDK) |
Indicates if the input MS image's statistics and histogram should be kept.
[Visual Basic .NET] Public Property KeepStatsHistogram As Boolean
[C#] public bool KeepStatsHistogram {get; set;}
[C++]
HRESULT get_KeepStatsHistogram(
VARIANT_BOOL* pKeep
);
[C++]
HRESULT put_KeepStatsHistogram(
VARIANT_BOOL pKeep
);
[C++]
Parameters pKeep [out, retval] pKeep is a parameter of type VARIANT_BOOL pKeep [in] pKeep is a parameter of type VARIANT_BOOL