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


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

IPageLayout.VerticalSnapGuides Property

The vertical snapping guides.

[Visual Basic .NET]
Public ReadOnly Property VerticalSnapGuides As ISnapGuides
[C#]
public ISnapGuides VerticalSnapGuides {get;}
[C++]
HRESULT get_VerticalSnapGuides(
  ISnapGuides** SnapGuides
);
[C++]
Parameters
SnapGuides [out, retval]

SnapGuides is a parameter of type ISnapGuides**

Product Availability

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

Remarks

You can use rulers, guides, and grids in layout view to align elements on the page.  Guides are straight lines that you can use to align elements on the page.

The PageLayout object has two SnapGuides objects, one for managing horizontal guides and one for managing vertical guides.  This property returns an ISnapGuides reference on the vertical SnapGuides object.

See Also

IPageLayout Interface