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 > IAVThemeImporter Interface > IAVThemeImporter.CanImport Property (ArcObjects .NET 10.5 SDK) |
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 );