ArcObjects Library Reference (NetworkAnalyst)  

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(
  long* 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