This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttribute Interface > INetworkAttribute.Name Property (ArcObjects .NET 10.5 SDK) |
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