ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type VARIANT_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