This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorFeatureAgent Interface > INALocatorFeatureAgent.SourceName Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR SourceName
);
[C++]
Parameters SourceName [out, retval] SourceName is a parameter of type BSTR SourceName [in] SourceName is a parameter of type BSTR
The SourceName is the feature class name to be searched.