ArcObjects Library Reference (NetworkAnalyst)  

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

Parameters

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