DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / GetTopLevel Method






In This Topic
    GetTopLevel Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetTopLevel() As System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    value = instance.GetTopLevel()
    protected System.bool GetTopLevel()
    protected function GetTopLevel(): System.Boolean; 
    protected function GetTopLevel() : System.boolean;
    protected: System.bool GetTopLevel(); 
    protected:
    System.bool GetTopLevel(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also