This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStopRenderer2 Interface > INAStopRenderer2.MoveStopSymbol Method (ArcObjects .NET 10.4 SDK) |
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
This method moves the specified stop symbol to another position within the NAStopRenderer.