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


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

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,
  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

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