Nevron.Diagram Namespace / NSceneTree Class / GetIsBoundsConstrained Method


In This Topic
    GetIsBoundsConstrained Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetIsBoundsConstrained( _
       ByVal nodes As NNodeList, _
       ByVal filter As INFilter _
    ) As System.Boolean
    'Usage
     
    
    Dim nodes As NNodeList
    Dim filter As INFilter
    Dim value As System.Boolean
     
    value = NSceneTree.GetIsBoundsConstrained(nodes, filter)
    public static System.bool GetIsBoundsConstrained( 
       NNodeList nodes,
       INFilter filter
    )

    Parameters

    nodes
    filter
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also