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 );
Product Availability
Available with ArcGIS Desktop.
Remarks
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.