ArcObjects Library Reference (SystemUtility)  

IDocumentHelper.CopyMapsToPageLayout Method

method CopyMapsToPageLayout.

ERROR: Syntax information about IDocumentHelper.CopyMapsToPageLayout may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT CopyMapsToPageLayout(
  IPageLayout* pSourceLayout,
  IPageLayout* pTargetPageLayout
);
[C++]

Parameters

pSourceLayout [in]

  pSourceLayout is a parameter of type IPageLayout

pTargetPageLayout [in]

  pTargetPageLayout is a parameter of type IPageLayout

See Also

IDocumentHelper Interface