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


IPansharpeningFunctionArguments2.KeepStatsHistogram Property (ArcObjects .NET 10.4 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(
  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

Product Availability

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

See Also

IPansharpeningFunctionArguments2 Interface