Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NMeasureElementHelpers Class / GetIsPooledForMeasure Method


In This Topic
    GetIsPooledForMeasure Method
    In This Topic
    Gets whether the element is pooled for measure validation.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIsPooledForMeasure( _
       ByVal element As NElement _
    ) As System.Boolean
    'Usage
     
    
    Dim element As NElement
    Dim value As System.Boolean
     
    value = NMeasureElementHelpers.GetIsPooledForMeasure(element)
    public static System.bool GetIsPooledForMeasure( 
       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