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


INetworkLayer.DisplayAttribute Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkLayer Interface > INetworkLayer.DisplayAttribute Property
ArcGIS Developer Help

INetworkLayer.DisplayAttribute Property

The primary display network attribute.

[Visual Basic .NET]
Public Property DisplayAttribute As String
[C#]
public string DisplayAttribute {get; set;}
[C++]
HRESULT get_DisplayAttribute(
  System.String* attName
);
[C++]
HRESULT put_DisplayAttribute(
  BSTR attName
);
[C++]
Parameters
attName [out, retval]

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

Product Availability

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

See Also

INetworkLayer Interface