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


ISMFlag Interface (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
ArcGIS Developer Help

ISMFlag Interface

Deprecated as of 10.1. Provides access to the information about a stop's geographic location.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Provides information such as stop location on the street, street side, and position on the street segment.

Members

Name Description
Read/write property ObjectID Flag ID.
Read/write property PercentAlong Flag position along the street segment as a percent of the segment length.
Read/write property Side The side of the street that the flag is on. Returns an esriSMStreetSideType constant.
Read/write property StreetPoint The geographic location of the flag.

Classes that implement ISMFlag

Classes Description
SMFlag Deprecated as of 10.1. The object that represents flag properties.