This document is archived and information here might be outdated. Recommended version. |
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*