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


IParameter.Index Property (ArcObjects .NET 10.4 SDK)
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

.NET Related Topics

Creating a custom projected coordinate system