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


INAStopRenderer2.StopSymbolPosition Property (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.StopSymbolPosition Property
ArcGIS Developer Help

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,
  System.Int32* 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