ArcObjects Library Reference (CartoUI)  

IAVFSrcImporter.CanImport Property

Indicates if the importer supports the given type of AV FSrc object.

[Visual Basic .NET]
Public Function get_CanImport ( _
    ByVal fsrcObj As IAVObject, _
    ByVal pConverter As IAVObjectConverter _
) As Boolean
[C#]
public bool get_CanImport (
    IAVObject fsrcObj,
    IAVObjectConverter pConverter
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVFSrcImporter Interface