Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemMetaUnit Class / TryGetPropertyValue Method


In This Topic
    TryGetPropertyValue Method
    In This Topic
    Tries to get the property value from this node. If not set from this node, the value is obtained from the first ancestor it is set for.
    Syntax
    'Declaration
     
    
    Public Function TryGetPropertyValue( _
       ByVal name As System.String, _
       ByRef value As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NToolboxItemMetaUnit
    Dim name As System.String
    Dim value As System.Object
    Dim value As System.Boolean
     
    value = instance.TryGetPropertyValue(name, value)
    public System.bool TryGetPropertyValue( 
       System.string name,
       out System.object value
    )

    Parameters

    name
    value
    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