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


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

INALocatorLocationFieldsAgent.SourceIDFieldName Property

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(
  System.String* FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*

Product Availability

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

Remarks

SourceIDFieldName specifies the field which contains the Source ID values.  Each feature class added to a network dataset gets assinged a unique Source ID. 

See Also

INALocatorLocationFieldsAgent Interface