ArcObjects Library Reference (SystemUtility)  

IDocumentHelper.AddMapToPageLayout Method

method AddMapToPageLayout.

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

[C++]
HRESULT AddMapToPageLayout(
  IMap* pMap,
  IPageLayout* pPageLayout
);
[C++]

Parameters

pMap [in]

  pMap is a parameter of type IMap

pPageLayout [in]

  pPageLayout is a parameter of type IPageLayout

See Also

IDocumentHelper Interface