This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.SetStartTextPosition Method (ArcObjects .NET 10.4 SDK) |
Set a sub-field start text position.
[Visual Basic .NET] Public Sub SetStartTextPosition ( _ ByVal Index As Integer, _ ByVal Start As Integer _ )
[C#] public void SetStartTextPosition ( int Index, int Start );
[C++]
HRESULT SetStartTextPosition(
long Index,
long Start
);
[C++]
Parameters Index [in] Index is a parameter of type long Start [in] Start is a parameter of type long