ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.SetEndTextPosition Method

Set a sub-field end text position.

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

Parameters

Index [in]   Index 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

IGpFieldMapObject Interface