This document is archived and information here might be outdated. Recommended version. |
The symbol used for a located stop.
[Visual Basic .NET] Public Property StopSymbol As IMarkerSymbol
[C#] public IMarkerSymbol StopSymbol {get; set;}
[C++]
HRESULT get_StopSymbol(
IMarkerSymbol** symbol
);
[C++]
HRESULT put_StopSymbol(
IMarkerSymbol* symbol
);
[C++] Parameters symbol [out, retval]
symbol is a parameter of type IMarkerSymbol** symbol [in]
symbol is a parameter of type IMarkerSymbol*
The StopSymbol specifies the marker symbol to use for drawing ordinary stops with no error status.