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


INALocatorFeatureAgent.SourceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorFeatureAgent Interface > INALocatorFeatureAgent.SourceName Property
ArcGIS Developer Help

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