This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.SetFocusToMeasure Method (ArcObjects .NET 10.5 SDK) |
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 );
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.