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


IFootprintFunctionArguments.IncludedRanges Property (ArcObjects .NET 10.4 SDK)
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