This document is archived and information here might be outdated. Recommended version. |
Indicates if the stop symbol type is visible.
[Visual Basic .NET] Public Function get_Visible ( _ ByVal symbolType As esriNAStopSymbolType _ ) As Boolean
[Visual Basic .NET] Public Sub set_Visible ( _ ByVal symbolType As esriNAStopSymbolType, _ ByVal show As Boolean _ )
[C#] public bool get_Visible ( esriNAStopSymbolType symbolType );
[C#] public void set_Visible ( esriNAStopSymbolType symbolType, bool show );
[C++]
HRESULT get_Visible(
esriNAStopSymbolType symbolType,
Boolean* show
);
[C++]
HRESULT put_Visible(
esriNAStopSymbolType symbolType,
VARIANT_BOOL show
);
[C++] Parameters symbolType [in]
symbolType is a parameter of type esriNAStopSymbolType show [out, retval]
show is a parameter of type bool* symbolType [in]
symbolType is a parameter of type esriNAStopSymbolType show [in]
show is a parameter of type bool
Indicates if the specified symbol type is visible in the legend.