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


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

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