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.