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


IMosaicDatasetOperation3.UpdateDefinition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.UpdateDefinition Method
ArcGIS Developer Help

IMosaicDatasetOperation3.UpdateDefinition Method

Updates the value associated with the specified name in the mosaic dataset's definition table. The table is not updated if an object implementing the IMosaicDatasetDefinitionObject interface is specified and the .Changed property returns FALSE.

[Visual Basic .NET]
Public Sub UpdateDefinition ( _
    ByVal Key As String, _
    ByVal pObject As Object _
)
[C#]
public void UpdateDefinition (
    string Key,
    object pObject
);
[C++]
HRESULT UpdateDefinition(
  BSTR Key,
  LPUNKNOWN pObject
);
[C++]
Parameters
Key [in]

Key is a parameter of type BSTR pObject [in]
pObject is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface