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


IAVThemeImporter.CanImport Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IAVThemeImporter.CanImport Property

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

IAVThemeImporter Interface