This document is archived and information here might be outdated. Recommended version. |
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*