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


ITraverseWindow2.SetFocusToMeasure Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ITraverseWindow2.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.

Description

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

ITraverseWindow2 Interface