This document is archived and information here might be outdated. Recommended version. |
The side of the street that the flag is on. Returns an esriSMStreetSideType constant.
[Visual Basic .NET] Public Property Side As esriSMStreetSideType
[C#] public esriSMStreetSideType Side {get; set;}
[C++]
HRESULT get_Side(
void
);
[C++]
HRESULT put_Side(
);
Indicates what street direction can be used in the stop.
Side property indicates what street direction can be used in stop. It equals esriSMStreetSideLeft value if right side of street (forward direction) is allowed, it equals esriSMStreetSideRight value for left side (backward direction). It equals esriSMStreetSideUndefined if both directions are allowed.