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


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

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 [in]

Side is a parameter of type esriNAEdgeSideType Side [out, retval]
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