ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer2.Visible Property

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,
  VARIANT_BOOL* 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 VARIANT_BOOL symbolType [in]

  symbolType is a parameter of type esriNAStopSymbolType

show [in]   show is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

Indicates if the specified symbol type is visible in the legend.

See Also

INAStopRenderer2 Interface