This document is archived and information here might be outdated. Recommended version. |
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**