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


IGPFieldInfoProperty2.GetTextPos 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.GetTextPos Method
ArcGIS Developer Help

IGPFieldInfoProperty2.GetTextPos Method

Returns the start and end text positions.

[Visual Basic .NET]
Public Sub GetTextPos ( _
    ByRef Start As Integer, _
    ByRef end As Integer _
)
[C#]
public void GetTextPos (
    ref int Start,
    ref int end
);
[C++]
HRESULT GetTextPos(
  System.Int32* Start,
  System.Int32* end
);
[C++]
Parameters
Start [out]

Start is a parameter of type long* end [out]
end is a parameter of type long*

Product Availability

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

See Also

IGPFieldInfoProperty2 Interface