ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer2.StopSymbolPosition Property

The stop symbol position of the symbol type in the group of all stop renderer symbol types.

[Visual Basic .NET]
Public Function get_StopSymbolPosition ( _
    ByVal symbolType As esriNAStopSymbolType _
) As Integer
[C#]
public int get_StopSymbolPosition (
    esriNAStopSymbolType symbolType
);
[C++]
HRESULT get_StopSymbolPosition(
  esriNAStopSymbolType symbolType,
  long* position
);
[C++]

Parameters

symbolType [in]

  symbolType is a parameter of type esriNAStopSymbolType

position [out, retval]   position is a parameter of type long

Product Availability

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

Remarks

This method returns the position of the specified stop symbol within the NAStopRenderer.

See Also

INAStopRenderer2 Interface