This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeHistory Interface > IRasterTypeHistory.UpdateRasterTypeInstance Method (ArcObjects .NET 10.4 SDK) |
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