ArcObjects Library Reference (Carto)  

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,
  double pos
);
[C++]

Parameters

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

Product Availability

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

See Also

ISnapGuides Interface