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