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


IRasterTypeEnvironment.SaveRasterType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeEnvironment Interface > IRasterTypeEnvironment.SaveRasterType Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pRasterType [in]

pRasterType is a parameter of type IRasterType*

Product Availability

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

See Also

IRasterTypeEnvironment Interface

.NET Samples

Create a custom raster type