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


IAVThemeImporter.Import Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IAVThemeImporter.Import Method

Imports the AV theme object into a layer object.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IAVThemeImporter Interface