ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilderInit.RasterTypeOperation Property

The raster type operation helper object associated with this raster type. It provides the raster type with functions that aid construction of URIs and builder items.

[Visual Basic .NET]
Public Property RasterTypeOperation As IRasterTypeOperation
[C#]
public IRasterTypeOperation RasterTypeOperation {get; set;}
[C++]
HRESULT get_RasterTypeOperation(
  IRasterTypeOperation** ppRasterTypeOperation
);
[C++]
HRESULT putref_RasterTypeOperation(
  IRasterTypeOperation* ppRasterTypeOperation
);
[C++]

Parameters

ppRasterTypeOperation [out, retval]

  ppRasterTypeOperation is a parameter of type IRasterTypeOperation

ppRasterTypeOperation [in]

  ppRasterTypeOperation is a parameter of type IRasterTypeOperation

Product Availability

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

See Also

IRasterBuilderInit Interface