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


IRasterTypeEnvironment.SaveRasterType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeEnvironment.SaveRasterType Method

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.

See Also

IRasterTypeEnvironment Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to save a raster type to a .art file