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


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

IPageLayout2.HorizontalSnapGuides Property

The horizontal snapping guides.

[Visual Basic .NET]
Public ReadOnly Property HorizontalSnapGuides As ISnapGuides
[C#]
public ISnapGuides HorizontalSnapGuides {get;}
[C++]
HRESULT get_HorizontalSnapGuides(
  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.

See Also

IPageLayout2 Interface