This document is archived and information here might be outdated. Recommended version. |
Indicates if arrows are visible for the specified arrow symbol type.
[Visual Basic .NET] Public Function get_ShowArrows ( _ ByVal symbolType As esriNetworkArrowSymbolType _ ) As Boolean
[Visual Basic .NET] Public Sub set_ShowArrows ( _ ByVal symbolType As esriNetworkArrowSymbolType, _ ByVal Show As Boolean _ )
[C#] public bool get_ShowArrows ( esriNetworkArrowSymbolType symbolType );
[C#] public void set_ShowArrows ( esriNetworkArrowSymbolType symbolType, bool Show );
[C++]
HRESULT get_ShowArrows(
esriNetworkArrowSymbolType symbolType,
VARIANT_BOOL Show
);
[C++]
HRESULT put_ShowArrows(
esriNetworkArrowSymbolType symbolType,
Boolean* Show
);
[C++] Parameters symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Show [in]
Show is a parameter of type bool symbolType [in]
symbolType is a parameter of type esriNetworkArrowSymbolType Show [out, retval]
Show is a parameter of type bool*