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


INALocatorLocationFieldsAgent.SideFieldName 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.SideFieldName Property
ArcGIS Developer Help

INALocatorLocationFieldsAgent.SideFieldName Property

The side field name.

[Visual Basic .NET]
Public Property SideFieldName As String
[C#]
public string SideFieldName {get; set;}
[C++]
HRESULT get_SideFieldName(
  BSTR FieldName
);
[C++]
HRESULT put_SideFieldName(
  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

SideFieldName specifies the field which contains the side of street values.

See Also

INALocatorLocationFieldsAgent Interface