ArcObjects Library Reference (Carto)  

INetworkRendererCollection.Visible Property

Indicates if a network renderer at the specific position is visible.

[Visual Basic .NET]
Public Function get_Visible ( _
    ByVal Index As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_Visible ( _
    ByVal Index As Integer, _
    ByVal Visible As Boolean _
)
[C#]
public bool get_Visible (
    int Index
);
[C#]
public void set_Visible (
    int Index,
    bool Visible
);
[C++]
HRESULT get_Visible(
  long Index,
  VARIANT_BOOL* Visible
);
[C++]
HRESULT put_Visible(
  long Index,
  VARIANT_BOOL Visible
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Visible [out, retval]   Visible is a parameter of type VARIANT_BOOL Index [in]   Index is a parameter of type long Visible [in]   Visible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkRendererCollection Interface