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


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

ISMFlagCreator Interface

Deprecated as of 10.1. Provides access to members for creating SMFlag objects. Note: the ISMFlagCreator interface has been superseded by ISMFlagCreator2. 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

Name 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.

Classes that implement ISMFlagCreator

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