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


ITraverseWindow2.MeasureHWND 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.MeasureHWND Property
ArcGIS Developer Help

ITraverseWindow2.MeasureHWND Property

The handle of the ith measure text control.

[Visual Basic .NET]
Public Function get_MeasureHWND ( _
    ByVal index As Integer _
) As Integer
[C#]
public int get_MeasureHWND (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the handle of a child control on the Traverse dialog at the specified index.

See Also

ITraverseWindow2 Interface