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


IGpFieldMapObject.SetEndTextPosition 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.SetEndTextPosition Method
ArcGIS Developer Help

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