This document is archived and information here might be outdated. Recommended version. |
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*
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.