ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer2.MoveStopSymbol Method

Move the stop symbol type to the new position in the group of all stop renderer symbol types.

[Visual Basic .NET]
Public Sub MoveStopSymbol ( _
    ByVal symbolType As esriNAStopSymbolType, _
    ByVal newPosition As Integer _
)
[C#]
public void MoveStopSymbol (
    esriNAStopSymbolType symbolType,
    int newPosition
);
[C++]
HRESULT MoveStopSymbol(
  esriNAStopSymbolType symbolType,
  long newPosition
);
[C++]

Parameters

symbolType [in]

  symbolType is a parameter of type esriNAStopSymbolType

newPosition [in]   newPosition is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

This method moves the specified stop symbol to another position within the NAStopRenderer.

See Also

INAStopRenderer2 Interface