ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.GetEndTextPosition Method

Get a sub-field end text position.

[Visual Basic .NET]
Public Function GetEndTextPosition ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int GetEndTextPosition (
    int Index
);
[C++]
HRESULT GetEndTextPosition(
  long Index,
  long* pEnd
);
[C++]

Parameters

Index [in]   Index is a parameter of type long pEnd [out, retval]   pEnd is a parameter of type long

Product Availability

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

See Also

IGpFieldMapObject Interface