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


IGPArcInfoItem.StartPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPArcInfoItem Interface > IGPArcInfoItem.StartPosition Property
ArcGIS Developer Help

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(
  System.Int32* 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