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


ITraverseWindow2.MeasureSelected Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow2 Interface > ITraverseWindow2.MeasureSelected Property
ArcGIS Developer Help

ITraverseWindow2.MeasureSelected Property

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.

See Also

ITraverseWindow2 Interface