ArcObjects Library Reference (NetworkAnalyst)  

INAServerODCostMatrixResults.CostAttributeNameIndex Property

Array of mappings of the cost attribute names into ODMatrix array index values.

[Visual Basic .NET]
Public ReadOnly Property CostAttributeNameIndex As String[]
[C#]
public String[] CostAttributeNameIndex {get;}
[C++]
HRESULT get_CostAttributeNameIndex(
  CostAttributeNameIndex* CostAttributeNameIndex
);
[C++]

Parameters

CostAttributeNameIndex [out, retval]   CostAttributeNameIndex is a parameter of type

Product Availability

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

Remarks

CostAttributeNameIndex contains the array of cost attributes in the ODMatrix.

See Also

INAServerODCostMatrixResults Interface