ArcObjects Library Reference (DataSourcesRaster)  

IFootprintFunctionArguments.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

IFootprintFunctionArguments Interface