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


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

INetworkEvaluator.DisplayName Property

Name displayed in the user interface for this network evaluator.

[Visual Basic .NET]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}
[C++]
HRESULT get_DisplayName(
  System.String* pDisplayName
);
[C++]
Parameters
pDisplayName [out, retval]

pDisplayName is a parameter of type BSTR*

Product Availability

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

Remarks

The DisplayName is the name for the evaluator that will be displayed in the Type column of the Evaluators dialog in ArcCatalog.

See Also

INetworkEvaluator Interface