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


IMosaicDatasetOperation3.LoadDefinition 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.LoadDefinition Method
ArcGIS Developer Help

IMosaicDatasetOperation3.LoadDefinition Method

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,
  IUnknown Pointer* ppObject
);
[C++]
Parameters
Key [in]

Key is a parameter of type BSTR ppObject [out]
ppObject is a parameter of type IUnknown*

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface