This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.GetStartTextPosition Method (ArcObjects .NET 10.4 SDK) |
Get a sub-field start text position.
[Visual Basic .NET] Public Function GetStartTextPosition ( _ ByVal Index As Integer _ ) As Integer
[C#] public int GetStartTextPosition ( int Index );
[C++]
HRESULT GetStartTextPosition(
long Index,
long* pStart
);
[C++]
Parameters Index [in] Index is a parameter of type long pStart [out, retval] pStart is a parameter of type long