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


IGpDescribeField.Position Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.Position Property

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

Product Availability

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

See Also

IGpDescribeField Interface