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


IRasterInfo2.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo2.Init Method

Initializes from a raster.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Init (
    IRaster pRaster
);
[C++]
HRESULT Init(
  IRaster* pRaster
);
[C++]

Parameters pRaster [in]
pRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterInfo2 Interface