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


IFeatureProgress.Position Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureProgress.Position Property

Current feature/row that currently converted by the converter.

[Visual Basic .NET]
Public WriteOnly Property Position
[C#]
public void Position {set;}
[C++]
HRESULT put_Position(
  long 
);
[C++]

Parameters [in]
is a parameter of type long

Product Availability

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

See Also

IFeatureProgress Interface