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


IPansharpeningFunctionArguments2.KeepStatsHistogram Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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