This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMBImport Interface > IMBImport.ImportXMD Method (ArcObjects .NET 10.5 SDK) |
Loads ArcView 3 ModelBuilder model.
[Visual Basic .NET] Public Function ImportXMD ( _ ByVal File As String _ ) As IMdModel
[C#] public IMdModel ImportXMD ( string File );
[C++]
HRESULT ImportXMD(
BSTR File,
IMdModel** ppModel
);
[C++]
Parameters File [in] File is a parameter of type BSTR ppModel [out, retval]
ppModel is a parameter of type IMdModel