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


IConstantFunctionArguments.RasterInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IConstantFunctionArguments.RasterInfo Property

The raster information.

[Visual Basic .NET]
Public Property RasterInfo As IRasterInfo
[C#]
public IRasterInfo RasterInfo {get; set;}
[C++]
HRESULT get_RasterInfo(
  IRasterInfo** ppRasterInfo
);
[C++]
HRESULT putref_RasterInfo(
  IRasterInfo* ppRasterInfo
);
[C++]

Parameters ppRasterInfo [out, retval]
ppRasterInfo is a parameter of type IRasterInfo ppRasterInfo [in]
ppRasterInfo is a parameter of type IRasterInfo

Product Availability

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

See Also

IConstantFunctionArguments Interface

.NET Related Topics

How to create a Constant function dataset