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


INetworkSourceRenderer.IsSourceVisible Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

INetworkSourceRenderer.IsSourceVisible Property

Indicates if elements of the specified source should be rendered.

[Visual Basic .NET]
Public Function get_IsSourceVisible ( _
    ByVal sourceName As String _
) As Boolean
[Visual Basic .NET]
Public Sub set_IsSourceVisible ( _
    ByVal sourceName As String, _
    ByVal Visible As Boolean _
)
[C#]
public bool get_IsSourceVisible (
    string sourceName
);
[C#]
public void set_IsSourceVisible (
    string sourceName,
    bool Visible
);
[C++]
HRESULT get_IsSourceVisible(
  BSTR sourceName,
  VARIANT_BOOL* Visible
);
[C++]
HRESULT put_IsSourceVisible(
  BSTR sourceName,
  VARIANT_BOOL Visible
);
[C++]

Parameters sourceName [in] sourceName is a parameter of type BSTR Visible [out, retval] Visible is a parameter of type VARIANT_BOOL sourceName [in] sourceName is a parameter of type BSTR Visible [in] Visible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INetworkSourceRenderer Interface