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


IGPArcInfoItem.StartPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IGPArcInfoItem.StartPosition Property

The start position of the info item.

[Visual Basic .NET]
Public Property StartPosition As Integer
[C#]
public int StartPosition {get; set;}
[C++]
HRESULT get_StartPosition(
  long* Position
);
[C++]
HRESULT put_StartPosition(
  long Position
);
[C++]

Parameters Position [out, retval] Position is a parameter of type long Position [in] Position is a parameter of type long

Product Availability

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

See Also

IGPArcInfoItem Interface