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


ISMFlagCreator.CreateFlag Method (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 > ISMFlagCreator.CreateFlag Method
ArcGIS Developer Help

ISMFlagCreator.CreateFlag Method

Creates the route flag using its geographic location.

[Visual Basic .NET]
Public Function CreateFlag ( _
    ByVal pPoint As SMRouterPoint _
) As SMFlag
[C#]
public SMFlag CreateFlag (
    SMRouterPoint pPoint
);
[C++]
HRESULT CreateFlag(
  ISMRouterPoint* pPoint
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type ISMRouterPoint*

Product Availability

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

Description

Creates the route flag using its geographic location.

See Also

ISMFlagCreator Interface