This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.GetEndTextPosition Method (ArcObjects .NET 10.4 SDK) |
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