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