Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NGraphPart Class / Container Property


In This Topic
    Container Property (NGraphPart)
    In This Topic
    Gets the graph part container to which the part belongs
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Container As NGraphPartContainer
    'Usage
     
    
    Dim instance As NGraphPart
    Dim value As NGraphPartContainer
     
    value = instance.Container
    public NGraphPartContainer Container {get;}
    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