This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IA > IAVFSrcImporter Interface > IAVFSrcImporter.Import Method (ArcObjects .NET 10.5 SDK) |
Imports the AV FSrc object into a FeatureClass object.
[Visual Basic .NET] Public Function Import ( _ ByVal fsrcObj As IAVObject, _ ByVal pConverter As IAVObjectConverter _ ) As IFeatureClass
[C#] public IFeatureClass Import ( IAVObject fsrcObj, IAVObjectConverter pConverter );