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(
esriSMStreetSideType* pVal
);
[C++]
HRESULT put_Side(
esriSMStreetSideType pVal
);
[C++]Parameters
pVal [out, retval]pVal is a parameter of type esriSMStreetSideType
pVal [in]pVal is a parameter of type esriSMStreetSideType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Indicates what street direction can be used in the stop.
Remarks
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.