This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.RankingAttributeIndex Property (ArcObjects .NET 10.4 SDK) |
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
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.