Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / pSb Method


In This Topic
    pSb Method (NShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pSb( _
       ByVal Apvh() As System.String, _
       ByRef bpvh As ljfb _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim Apvh() As System.String
    Dim bpvh As ljfb
    Dim value As System.Boolean
     
    value = instance.pSb(Apvh, bpvh)
    internal override System.bool pSb( 
       System.string[] Apvh,
       out ljfb bpvh
    )

    Parameters

    Apvh
    bpvh
    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