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


ITraverseWindow.SetFocusToMeasure Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.SetFocusToMeasure Method
ArcGIS Developer Help

ITraverseWindow.SetFocusToMeasure Method

Change the focus to the ith measure text control.

[Visual Basic .NET]
Public Sub SetFocusToMeasure ( _
    ByVal index As Integer _
)
[C#]
public void SetFocusToMeasure (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the SetFocusToMeasure method in conjunction with the MeasureSelected property to select the text within a specific measure control on the Traverse dialog.

The index refers to the measure control to select text in.

See Also

ITraverseWindow Interface