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


INetworkAttribute.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttribute Interface > INetworkAttribute.Name Property
ArcGIS Developer Help

INetworkAttribute.Name Property

Name of this network attribute.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  System.String* AttributeName
);
[C++]
HRESULT put_Name(
  BSTR AttributeName
);
[C++]
Parameters
AttributeName [out, retval]

AttributeName is a parameter of type BSTR* AttributeName [in]
AttributeName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkAttribute Interface

.NET Samples

Closest facility solver Location-allocation solver ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Service area solver Subset network evaluators Subset network evaluators Vehicle routing problem solver