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


IGPFieldMap.GetTextPos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldMap.GetTextPos Method

Get the start and end text positions.

[Visual Basic .NET]
Public Sub GetTextPos ( _
    ByVal Index As Integer, _
    ByRef Start As Integer, _
    ByRef end As Integer _
)
[C#]
public void GetTextPos (
    int Index,
    ref int Start,
    ref int end
);
[C++]
HRESULT GetTextPos(
  long Index,
  long* Start,
  long* end
);
[C++]

Parameters Index [in] Index is a parameter of type long Start [out] Start is a parameter of type long end [out] end is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldMap Interface