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


INALocatorFeatureAgent.SourceName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INALocatorFeatureAgent.SourceName Property

The network source name.

[Visual Basic .NET]
Public Property SourceName As String
[C#]
public string SourceName {get; set;}
[C++]
HRESULT get_SourceName(
  BSTR SourceName
);
[C++]
HRESULT put_SourceName(
  System.String* SourceName
);
[C++]

Parameters SourceName [in]
SourceName is a parameter of type BSTR SourceName [out, retval]
SourceName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The SourceName is the feature class name to be searched.

See Also

INALocatorFeatureAgent Interface