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