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


IGPRasterBuilder.RasterType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterBuilder Interface > IGPRasterBuilder.RasterType Property
ArcGIS Developer Help

IGPRasterBuilder.RasterType Property

The embedded raster builder.

[Visual Basic .NET]
Public Property RasterType As IRasterType
[C#]
public IRasterType RasterType {get; set;}
[C++]
HRESULT get_RasterType(
  IRasterType** ppRasterType
);
[C++]
HRESULT putref_RasterType(
  IRasterType* ppRasterType
);
[C++]
Parameters
ppRasterType [out, retval]

ppRasterType is a parameter of type IRasterType** ppRasterType [in]
ppRasterType is a parameter of type IRasterType*

Product Availability

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

See Also

IGPRasterBuilder Interface