Loads ArcView 3 ModelBuilder metadata.
[Visual Basic .NET] Public Sub ImportMetadata ( _ ByVal File As String, _ ByVal pModel As IMdModel, _ ByVal pMetadata As IPropertySet _ )
[C#] public void ImportMetadata ( string File, IMdModel pModel, IPropertySet pMetadata );
[C++]
HRESULT ImportMetadata(
BSTR File,
IMdModel* pModel,
IPropertySet* pMetadata
);
[C++]Parameters
File [in] File is a parameter of type BSTR pModel [in]pModel is a parameter of type IMdModel
pMetadata [in]pMetadata is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.