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


INAODCostMatrix.RankingAttributeIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.RankingAttributeIndex Property
ArcGIS Developer Help

INAODCostMatrix.RankingAttributeIndex Property

The index of the cost attribute used to rank the populated destinations for each origin.

[Visual Basic .NET]
Public ReadOnly Property RankingAttributeIndex As Integer
[C#]
public int RankingAttributeIndex {get;}
[C++]
HRESULT get_RankingAttributeIndex(
  System.Int32* Index
);
[C++]
Parameters
Index [out, retval]

Index is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

If the matrix has a ranking attribute then this returns the index of the cost attribute used to rank the populated destinations for each origin.

See Also

INAODCostMatrix Interface