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


ISnapGuides.AddGuide Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGuides Interface > ISnapGuides.AddGuide Method
ArcGIS Developer Help

ISnapGuides.AddGuide Method

Adds a guide at the specified position. The position is specified in page units.

[Visual Basic .NET]
Public Sub AddGuide ( _
    ByVal pos As Double _
)
[C#]
public void AddGuide (
    double pos
);
[C++]
HRESULT AddGuide(
  double pos
);
[C++]
Parameters
pos [in]

pos is a parameter of type double

Product Availability

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

See Also

ISnapGuides Interface