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


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

ITraverseWindow2.MeasureText Property

The ith value that defines the course to add.

[Visual Basic .NET]
Public Function get_MeasureText ( _
    ByVal index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_MeasureText ( _
    ByVal index As Integer, _
    ByVal text As String _
)
[C#]
public string get_MeasureText (
    int index
);
[C#]
public void set_MeasureText (
    int index,
    string text
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITraverseWindow2 Interface