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


IRasterFunctionHelper.RasterInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionHelper Interface > IRasterFunctionHelper.RasterInfo Property
ArcGIS Developer Help

IRasterFunctionHelper.RasterInfo Property

The raster information after this function is applied to an object.

[Visual Basic .NET]
Public ReadOnly Property RasterInfo As IRasterInfo
[C#]
public IRasterInfo RasterInfo {get;}
[C++]
HRESULT get_RasterInfo(
  IRasterInfo** ppRasterInfo
);
[C++]
Parameters
ppRasterInfo [out, retval]

ppRasterInfo is a parameter of type IRasterInfo**

Product Availability

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

See Also

IRasterFunctionHelper Interface

.NET Samples

Create a custom raster function Create an NDVI custom raster function