Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawing Class / GetMediaVisibility Method


In This Topic
    GetMediaVisibility Method
    In This Topic
    Gets the visibility settings that apply for the specified media
    Syntax
    'Declaration
     
    
    Public Function GetMediaVisibility( _
       ByVal media As NMedia _
    ) As NMediaVisibility
    'Usage
     
    
    Dim instance As NDrawing
    Dim media As NMedia
    Dim value As NMediaVisibility
     
    value = instance.GetMediaVisibility(media)
    public NMediaVisibility GetMediaVisibility( 
       NMedia media
    )

    Parameters

    media
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also