This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeEnvironment Interface > IRasterTypeEnvironment.SaveRasterType Method (ArcObjects .NET 10.5 SDK) |
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