![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IParameter Interface > IParameter.Index Property (ArcObjects .NET 10.5 SDK) |
The index of a projection parameter within a projected coordinate system's parameter array.
[Visual Basic .NET] Public ReadOnly Property Index As Integer
[C#] public int Index {get;}
[C++]
HRESULT get_Index(
long* i
);
[C++]
Parameters i [out, retval] i is a parameter of type long
Returns the index value of a particular parameter.