Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NPropertyEditor Class / GetEditedLocalValue Method / GetEditedLocalValue(Boolean) Method


In This Topic
    GetEditedLocalValue(Boolean) Method
    In This Topic
    Gets the local value of the edited node property
    Syntax
    'Declaration
     
    
    Public Overloads Function GetEditedLocalValue( _
       ByRef isDefault As System.Boolean _
    ) As System.Object
    'Usage
     
    
    Dim instance As NPropertyEditor
    Dim isDefault As System.Boolean
    Dim value As System.Object
     
    value = instance.GetEditedLocalValue(isDefault)
    public System.object GetEditedLocalValue( 
       out System.bool isDefault
    )

    Parameters

    isDefault
    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