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


IRasterTypeHistory.GetRasterTypeInstance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeHistory Interface > IRasterTypeHistory.GetRasterTypeInstance Method
ArcGIS Developer Help

IRasterTypeHistory.GetRasterTypeInstance Method

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

[Visual Basic .NET]
Public Function GetRasterTypeInstance ( _
    ByVal InstanceID As Integer _
) As IRasterType
[C#]
public IRasterType GetRasterTypeInstance (
    int InstanceID
);
[C++]
HRESULT GetRasterTypeInstance(
  long InstanceID
);
[C++]
Parameters
InstanceID [in]

InstanceID is a parameter of type long

Product Availability

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

See Also

IRasterTypeHistory Interface