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


INetworkRendererCollection.Visible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkRendererCollection Interface > INetworkRendererCollection.Visible Property
ArcGIS Developer Help

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,
  Boolean* 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 bool* Index [in]
Index is a parameter of type long Visible [in]
Visible is a parameter of type bool

Product Availability

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

See Also

INetworkRendererCollection Interface