Saves a raster type object to a blob.
[Visual Basic .NET] Public Function SaveRasterType ( _ ByVal pRasterType As IRasterType _ ) As IMemoryBlobStream
[C#] public IMemoryBlobStream SaveRasterType ( IRasterType pRasterType );
[C++]
HRESULT SaveRasterType(
IRasterType* pRasterType,
IMemoryBlobStream** ppBlob
);
[C++]Parameters
pRasterType [in]pRasterType is a parameter of type IRasterType
ppBlob [out, retval]ppBlob is a parameter of type IMemoryBlobStream
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.