This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGuides Interface > ISnapGuides.Guide Property (ArcObjects .NET 10.5 SDK) |
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