ArcObjects Library Reference (DataSourcesFile)  

ISMFlagCreator Interface

Deprecated as of 10.1. Provides access to members for creating SMFlag objects. Note: the ISMFlagCreator interface has been superseded byISMFlagCreator2. Please consider using the more recent version.

Product Availability

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

Description

This interaface allows you to create SMFlag objects. The SMFlag is non-creatable object so you need to use ISMFlagCreator interface to get an instance of it.

Members

Description
Method CreateFlag Creates the route flag using its geographic location.
Method CreateFlagDirection Creates the route flag using its geographic location and required direction.
Method CreateFlagDirectionAdv Creates the route flag using its geographic location, required direction and latency.

CoClasses that implement ISMFlagCreator

CoClasses and Classes Description
SMFlagCreator Deprecated as of 10.1. The object for route flag creation.