This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent Interface > INALocatorLocationFieldsAgent.SourceIDFieldName Property (ArcObjects .NET 10.4 SDK) |
The source ID field name.
[Visual Basic .NET] Public Property SourceIDFieldName As String
[C#] public string SourceIDFieldName {get; set;}
[C++]
HRESULT get_SourceIDFieldName(
BSTR* FieldName
);
[C++]
HRESULT put_SourceIDFieldName(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR
SourceIDFieldName specifies the field which contains the Source ID values. Each feature class added to a network dataset gets assinged a unique Source ID.