ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrix.CostAttributeNames Property

The names of the network cost attributes.

[Visual Basic .NET]
Public ReadOnly Property CostAttributeNames As IStringArray
[C#]
public IStringArray CostAttributeNames {get;}
[C++]
HRESULT get_CostAttributeNames(
  IStringArray** names
);
[C++]

Parameters

names [out, retval]

  names is a parameter of type IStringArray

Product Availability

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

Remarks

Returns the names of the cost attributes that are present in the matrix object.

See Also

INAODCostMatrix Interface