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


IRasterTypeHistory.UpdateRasterTypeInstance 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.UpdateRasterTypeInstance Method
ArcGIS Developer Help

IRasterTypeHistory.UpdateRasterTypeInstance Method

Updates or adds the specified raster type object to the collection. Returns the ID of the updated or newly added instance.

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

pRasterTypeInstance is a parameter of type IRasterType*

Product Availability

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

See Also

IRasterTypeHistory Interface