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


IPageLayoutSnap.PageLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayoutSnap Interface > IPageLayoutSnap.PageLayout Property
ArcGIS Developer Help

IPageLayoutSnap.PageLayout Property

The PageLayout that this snap agent is associated with.

[Visual Basic .NET]
Public WriteOnly Property PageLayout
[C#]
public void PageLayout {set;}
[C++]
HRESULT put_PageLayout(
  IPageLayout* 
);
[C++]
Parameters
 [in]

is a parameter of type IPageLayout*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPageLayoutSnap Interface