This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPArcInfoItem Interface > IGPArcInfoItem.StartPosition Property (ArcObjects .NET 10.4 SDK) |
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