ArcObjects Library Reference (DataSourcesRaster)  

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,
  long* pInstanceID
);
[C++]

Parameters

pRasterTypeInstance [in]

  pRasterTypeInstance is a parameter of type IRasterType

pInstanceID [out, retval]   pInstanceID is a parameter of type long

Product Availability

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

See Also

IRasterTypeHistory Interface