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


IGpDescribeField.Position Property (ArcObjects .NET 10.6 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(
void
);
[C++]
HRESULT put_Position(
);

Product Availability

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

See Also

IGpDescribeField Interface