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


IMosaicDatasetOperation3.LoadDefinition Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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,
  LPUNKNOWN* ppObject
);
[C++]

Parameters Key [in] Key is a parameter of type BSTR ppObject [out] ppObject is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface