This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.SetEndTextPosition Method (ArcObjects .NET 10.5 SDK) |
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