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


IParameterEdit.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 > IParameterEdit Interface > IParameterEdit.Index Property
ArcGIS Developer Help

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