This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMBImport Interface > IMBImport.ImportMetadata Method (ArcObjects .NET 10.4 SDK) |
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