ArcObjects Library Reference (NetworkAnalyst)  

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(
  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

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

See Also

INALocatorLocationFieldsAgent Interface