ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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