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


IPansharpeningFunctionArguments2.KeepStatsHistogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFunctionArguments2 Interface > IPansharpeningFunctionArguments2.KeepStatsHistogram Property
ArcGIS Developer Help

IPansharpeningFunctionArguments2.KeepStatsHistogram Property

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(
  Boolean* pKeep
);
[C++]
HRESULT put_KeepStatsHistogram(
  VARIANT_BOOL pKeep
);
[C++]
Parameters
pKeep [out, retval]

pKeep is a parameter of type bool* pKeep [in]
pKeep is a parameter of type bool

Product Availability

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

See Also

IPansharpeningFunctionArguments2 Interface