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(
  BSTR SourceName
);
[C++]

Parameters

SourceName [out, retval]   SourceName is a parameter of type BSTR SourceName [in]   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