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


IGpFieldMapObject.GetEndTextPosition Method (ArcObjects .NET 10.4 SDK)
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