ArcObjects Library Reference (NetworkAnalyst)  

INALocation.Side Property

The side of the feature.

[Visual Basic .NET]
Public Property Side As esriNAEdgeSideType
[C#]
public esriNAEdgeSideType Side {get; set;}
[C++]
HRESULT get_Side(
  esriNAEdgeSideType* Side
);
[C++]
HRESULT put_Side(
  esriNAEdgeSideType Side
);
[C++]

Parameters

Side [out, retval]

  Side is a parameter of type esriNAEdgeSideType

Side [in]

  Side is a parameter of type esriNAEdgeSideType

Product Availability

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

Remarks

The Side property specifies the position of the NALocation in relation to the feature specified by the SourceID and SourceOID.  Valid values are dictated by the enumeration esriNAEdgeSideType, which has values esriNAEdgeSideRight (1) and esriNAEdgeSideLeft (2).  The side is always in relation to the digitized direction of the feature.

See Also

INALocation Interface