This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilderInit Interface > IRasterBuilderInit.RasterTypeOperation Property (ArcObjects .NET 10.4 SDK) |
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