This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.LoadDefinition Method (ArcObjects .NET 10.5 SDK) |
Loads the value associated with the specified name from the mosaic dataset's definition table. If the loaded object implements the IMosaicDatasetDefinitionObject interface, its .Changed property is reset to FALSE.
[Visual Basic .NET] Public Sub LoadDefinition ( _ ByVal Key As String, _ ByRef ppObject As Object _ )
[C#] public void LoadDefinition ( string Key, ref object ppObject );
[C++]
HRESULT LoadDefinition(
BSTR Key,
LPUNKNOWN* ppObject
);
[C++]
Parameters Key [in] Key is a parameter of type BSTR ppObject [out] ppObject is a parameter of type LPUNKNOWN