ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeHistory.GetRasterTypeInstance Method

Returns the raster type object associated with the specified instance ID.

[Visual Basic .NET]
Public Function GetRasterTypeInstance ( _
    ByVal typeID As Integer _
) As IRasterType
[C#]
public IRasterType GetRasterTypeInstance (
    int typeID
);
[C++]
HRESULT GetRasterTypeInstance(
  long typeID,
  IRasterType** ppRasterTypeInstance
);
[C++]

Parameters

typeID [in]   typeID is a parameter of type long ppRasterTypeInstance [out, retval]

  ppRasterTypeInstance is a parameter of type IRasterType

Product Availability

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

See Also

IRasterTypeHistory Interface