This document is archived and information here might be outdated. Recommended version. |
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*