This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkSourceRenderer Interface > INetworkSourceRenderer.IsSourceVisible Property (ArcObjects .NET 10.4 SDK) |
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