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


INAServerODCostMatrixResults.CostAttributeNameIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerODCostMatrixResults Interface > INAServerODCostMatrixResults.CostAttributeNameIndex Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.String)* CostAttributeNameIndex
);
[C++]
Parameters
CostAttributeNameIndex [out, retval]

CostAttributeNameIndex is a parameter of type SAFEARRAY(BSTR)*

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