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


IMBImport.ImportMetadata Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMBImport Interface > IMBImport.ImportMetadata Method
ArcGIS Developer Help

IMBImport.ImportMetadata Method

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.

See Also

IMBImport Interface