Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / GetForces Method


In This Topic
    GetForces Method (NForceDirectedLayout)
    In This Topic
    Gets a list of the currently declared forces
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetForces( _
       ByVal enabledOnly As System.Boolean _
    ) As NForceList
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim enabledOnly As System.Boolean
    Dim value As NForceList
     
    value = instance.GetForces(enabledOnly)
    protected virtual NForceList GetForces( 
       System.bool enabledOnly
    )

    Parameters

    enabledOnly
    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