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


IMaskFunctionArguments.IncludedRanges Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMaskFunctionArguments Interface > IMaskFunctionArguments.IncludedRanges Property
ArcGIS Developer Help

IMaskFunctionArguments.IncludedRanges Property

The included value ranges, i.e. [min, max] for each band.

[Visual Basic .NET]
Public Property IncludedRanges As IDoubleArray
[C#]
public IDoubleArray IncludedRanges {get; set;}
[C++]
HRESULT get_IncludedRanges(
  IDoubleArray** ppRanges
);
[C++]
HRESULT putref_IncludedRanges(
  IDoubleArray* ppRanges
);
[C++]
Parameters
ppRanges [out, retval]

ppRanges is a parameter of type IDoubleArray** ppRanges [in]
ppRanges is a parameter of type IDoubleArray*

Product Availability

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

See Also

IMaskFunctionArguments Interface