ArcObjects Library Reference (Geometry)  

IParameter.Index Property

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

Product Availability

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

Description

Returns the index value of a particular parameter.

See Also

IParameter Interface