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


IGPFieldInfo2.SetTextPos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo2.SetTextPos Method

Sets the start and end text positions.

[Visual Basic .NET]
Public Sub SetTextPos ( _
    ByVal Index As Integer, _
    ByVal Start As Integer, _
    ByVal end As Integer _
)
[C#]
public void SetTextPos (
    int Index,
    int Start,
    int end
);
[C++]
HRESULT SetTextPos(
  long Index,
  long Start,
  long end
);
[C++]

Parameters Index [in] Index is a parameter of type long Start [in] Start is a parameter of type long end [in] end is a parameter of type long

Product Availability

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

See Also

IGPFieldInfo2 Interface