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


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

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 [in]

ppRasterTypeOperation is a parameter of type IRasterTypeOperation* ppRasterTypeOperation [out, retval]
ppRasterTypeOperation is a parameter of type IRasterTypeOperation**

Product Availability

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

See Also

IRasterBuilderInit Interface