ArcObjects Library Reference (Geoprocessing)  

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,
  long* pStart
);
[C++]

Parameters

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

Product Availability

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

See Also

IGpFieldMapObject Interface