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


IGPFieldInfoProperty2.SetTextPos Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfoProperty2 Interface > IGPFieldInfoProperty2.SetTextPos Method
ArcGIS Developer Help

IGPFieldInfoProperty2.SetTextPos Method

Sets the start and end text positions.

[Visual Basic .NET]
Public Sub SetTextPos ( _
    ByVal Start As Integer, _
    ByVal end As Integer _
)
[C#]
public void SetTextPos (
    int Start,
    int end
);
[C++]
HRESULT SetTextPos(
  long Start,
  long end
);
[C++]
Parameters
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

IGPFieldInfoProperty2 Interface