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.MeasureSelected Property (ArcObjects .NET 10.5 SDK) |
Indicates if the text in the ith measure is selected.
[Visual Basic .NET] Public Function get_MeasureSelected ( _ ByVal index As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_MeasureSelected ( _ ByVal index As Integer, _ ByVal sel As Boolean _ )
[C#] public bool get_MeasureSelected ( int index );
[C#] public void set_MeasureSelected ( int index, bool sel );
Use the MeasureSelected property in conjunction with the SetFocusToMeasure 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.