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


ISMFlagCreator2.CreateFlagDirection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMFlagCreator2.CreateFlagDirection Method

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

[Visual Basic .NET]
Public Function CreateFlagDirection ( _
    ByVal pPoint As SMRouterPoint, _
    ByVal dOrientation As Double, _
    ByVal dTolerance As Double, _
    ByRef pdAdjustedOrientation As Double _
) As SMFlag
[C#]
public SMFlag CreateFlagDirection (
    SMRouterPoint pPoint,
    double dOrientation,
    double dTolerance,
    ref double pdAdjustedOrientation
);
[C++]
HRESULT CreateFlagDirection(
  ISMRouterPoint* pPoint,
  double dOrientation,
  double dTolerance,
  double* pdAdjustedOrientation,
  ISMFlag** ppFlag
);
[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 pdAdjustedOrientation [out] pdAdjustedOrientation is a parameter of type double ppFlag [out, retval]
ppFlag is a parameter of type ISMFlag

Product Availability

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

See Also

ISMFlagCreator2 Interface