Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NArrangeElementHelpers Class / GetIsPooledForArrange Method


In This Topic
    GetIsPooledForArrange Method
    In This Topic
    Gets whether the element is pooled for arrange validation.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIsPooledForArrange( _
       ByVal element As NElement _
    ) As System.Boolean
    'Usage
     
    
    Dim element As NElement
    Dim value As System.Boolean
     
    value = NArrangeElementHelpers.GetIsPooledForArrange(element)
    public static System.bool GetIsPooledForArrange( 
       NElement element
    )

    Parameters

    element
    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