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


ITraverseWindow2.MeasureText Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

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