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


In This Topic
    OSb Method (NShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function OSb( _
       ByVal Epvh As NElement, _
       ByVal fpvh As System.String _
    ) As NElement
    'Usage
     
    
    Dim instance As NShape
    Dim Epvh As NElement
    Dim fpvh As System.String
    Dim value As NElement
     
    value = instance.OSb(Epvh, fpvh)
    internal override NElement OSb( 
       NElement Epvh,
       System.string fpvh
    )

    Parameters

    Epvh
    fpvh
    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