This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlag Interface > ISMFlag.Side Property (ArcObjects .NET 10.5 SDK) |
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
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.