This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkRendererCollection Interface > INetworkRendererCollection.Visible Property (ArcObjects .NET 10.5 SDK) |
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