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


ISnapGuides.Guide Property (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.Guide Property
ArcGIS Developer Help

ISnapGuides.Guide Property

The nth guide. The position is specified in page units.

[Visual Basic .NET]
Public Function get_Guide ( _
    ByVal idx As Integer _
) As Double
[Visual Basic .NET]
Public Sub set_Guide ( _
    ByVal idx As Integer, _
    ByVal pos As Double _
)
[C#]
public double get_Guide (
    int idx
);
[C#]
public void set_Guide (
    int idx,
    double pos
);
[C++]
HRESULT get_Guide(
  long idx,
  double pos
);
[C++]
HRESULT put_Guide(
  long idx,
  System.Double* pos
);
[C++]
Parameters
idx [in]

idx is a parameter of type long pos [in]
pos is a parameter of type double idx [in]
idx is a parameter of type long pos [out, retval]
pos is a parameter of type double*

Product Availability

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

See Also

ISnapGuides Interface