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 > IGpDescribeField Interface > IGpDescribeField.Position Property (ArcObjects .NET 10.5 SDK) |
Set the field position.
[Visual Basic .NET] Public Property Position As Integer
[C#] public int Position {get; set;}
[C++]
HRESULT get_Position(
long* pos
);
[C++]
HRESULT put_Position(
long pos
);
[C++]
Parameters pos [out, retval] pos is a parameter of type long pos [in] pos is a parameter of type long