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


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

ISMFlagCreator2.CreateFlagDirectionAdv Method

Creates the route flag using its geographic location, required direction and latency.

[Visual Basic .NET]
Public Function CreateFlagDirectionAdv ( _
    ByVal pPoint As SMRouterPoint, _
    ByVal dOrientation As Double, _
    ByVal dTolerance As Double, _
    ByVal dSpeed As Double, _
    ByVal dLatency As Double, _
    ByRef pdAdjustedOrientation As Double _
) As SMFlag
[C#]
public SMFlag CreateFlagDirectionAdv (
    SMRouterPoint pPoint,
    double dOrientation,
    double dTolerance,
    double dSpeed,
    double dLatency,
    ref double pdAdjustedOrientation
);
[C++]
HRESULT CreateFlagDirectionAdv(
  ISMRouterPoint* pPoint,
  double dOrientation,
  double dTolerance,
  double dSpeed,
  double dLatency,
  System.Double* pdAdjustedOrientation
);
[C++]
Parameters
pPoint [in]

pPoint is a parameter of type ISMRouterPoint* dOrientation [in]
dOrientation is a parameter of type double dTolerance [in]
dTolerance is a parameter of type double dSpeed [in]
dSpeed is a parameter of type double dLatency [in]
dLatency is a parameter of type double pdAdjustedOrientation [out]
pdAdjustedOrientation is a parameter of type double*

Product Availability

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

See Also

ISMFlagCreator2 Interface