Nevron.Diagram.Editors Namespace / NSnapStrengthTypeEditor Class / Edit Method


In This Topic
    Edit Method (NSnapStrengthTypeEditor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal strength As NSnapStrength, _
       ByRef result As NSnapStrength _
    ) As System.Boolean
    'Usage
     
    
    Dim strength As NSnapStrength
    Dim result As NSnapStrength
    Dim value As System.Boolean
     
    value = NSnapStrengthTypeEditor.Edit(strength, result)
    public static System.bool Edit( 
       NSnapStrength strength,
       out NSnapStrength result
    )

    Parameters

    strength
    result
    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