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


INetworkAttribute.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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 (Code Files: frmClosestFacilitySolver) | ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Subset network evaluators (Code Files: ScaleSubsetEvaluator SubsetHelperUI)