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


INAODCostMatrix.HasRankingAttribute 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.HasRankingAttribute Property
ArcGIS Developer Help

INAODCostMatrix.HasRankingAttribute Property

Indicates if the matrix has an attribute for ranking values.

[Visual Basic .NET]
Public ReadOnly Property HasRankingAttribute As Boolean
[C#]
public bool HasRankingAttribute {get;}
[C++]
HRESULT get_HasRankingAttribute(
  Boolean* Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool*

Product Availability

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

Remarks

This returns True if the populated destinations for each origin are ranked by their values for some cost attributes. For example, the destinations may be ranked in increasing travel time away from the origin.

See Also

INAODCostMatrix Interface