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


IRasterFunctionInfos Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterFunctionInfos Interface
ArcGIS Developer Help

IRasterFunctionInfos Interface

Provides access to the properties of a list of raster function info.

Product Availability

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

Members

Name Description
Method Add Adds a raster function info.
Read-only property Count The raster function info count.
Read-only property Element The raster function info at the specified position.
Method Insert Adds a raster function info at the specified position.
Method Remove Removes the raster function info at the specified position.
Method RemoveAll Removes all raster function infos.

Classes that implement IRasterFunctionInfos

Classes Description
RasterFunctionInfos A collection of raster function info objects.