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


IGpFieldMapObject.SetStartTextPosition Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.SetStartTextPosition Method

Set a sub-field start text position.

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

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

Product Availability

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

See Also

IGpFieldMapObject Interface