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


IGpFieldMapObject.GetStartTextPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.GetStartTextPosition Method
ArcGIS Developer Help

IGpFieldMapObject.GetStartTextPosition Method

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
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

See Also

IGpFieldMapObject Interface