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


INAStopRenderer2.MoveStopSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStopRenderer2 Interface > INAStopRenderer2.MoveStopSymbol Method
ArcGIS Developer Help

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