This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMFlagCreator2 Interface > ISMFlagCreator2.CreateFlag Method (ArcObjects .NET 10.4 SDK) |
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,
ISMFlag** pIFlag
);
[C++]
Parameters pPoint [in]
pPoint is a parameter of type ISMRouterPoint pIFlag [out, retval]
pIFlag is a parameter of type ISMFlag