Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NBody1D Class / FromBody Property


In This Topic
    FromBody Property (NBody1D)
    In This Topic
    Gets the 2D body from which the 1D body starts
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property FromBody As NBody2D
    'Usage
     
    
    Dim instance As NBody1D
    Dim value As NBody2D
     
    value = instance.FromBody
    public abstract NBody2D FromBody {get;}
    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