ArcObjects Library Reference (Geometry)  

IParameterEdit.Index Property

The index of a projection parameter within a projected coordinate system's parameter array.

[Visual Basic .NET]
Public WriteOnly Property Index_2
[C#]
public void Index_2 {set;}
[C++]
HRESULT put_Index(
  long 
);
[C++]

Parameters

   is a parameter of type long

Product Availability

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

See Also

IParameterEdit Interface