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


IRasterTypeEnvironment.LoadRasterType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeEnvironment.LoadRasterType Method

Loads a raster type object from a blob.

[Visual Basic .NET]
Public Function LoadRasterType ( _
    ByVal pBlob As IMemoryBlobStream _
) As IRasterType
[C#]
public IRasterType LoadRasterType (
    IMemoryBlobStream pBlob
);
[C++]
HRESULT LoadRasterType(
  IMemoryBlobStream* pBlob,
  IRasterType** ppRasterType
);
[C++]

Parameters pBlob [in]
pBlob is a parameter of type IMemoryBlobStream ppRasterType [out, retval]
ppRasterType is a parameter of type IRasterType

Product Availability

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

See Also

IRasterTypeEnvironment Interface