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


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

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

Product Availability

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

See Also

INetworkSourceRenderer Interface