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


IMosaicDatasetOperation3.UpdateDefinition Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 LPUNKNOWN

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface