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


IAVObjectConverter.ImportLayout Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

IAVObjectConverter.ImportLayout Method

Imports a layout from an APR file.

[Visual Basic .NET]
Public Sub ImportLayout ( _
    ByVal layoutName As String, _
    ByVal pLayout As IPageLayout _
)
[C#]
public void ImportLayout (
    string layoutName,
    IPageLayout pLayout
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObjectConverter Interface