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


IParameter.Index Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IParameter Interface > IParameter.Index Property
ArcGIS Developer Help

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