ArcObjects Library Reference (Carto)  

IPageLayout3.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.

See Also

IPageLayout3 Interface