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


ISMFlag.Side Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlag Interface > ISMFlag.Side Property
ArcGIS Developer Help

ISMFlag.Side Property

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(
);

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.

See Also

ISMFlag Interface