Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NBodyAdapter Class / StartBodiesUpdate Method


In This Topic
    StartBodiesUpdate Method (NBodyAdapter)
    In This Topic
    Called by layouts to mark the start of a bodies update session
    Syntax
    'Declaration
     
    
    Public Overridable Sub StartBodiesUpdate( _
       ByVal layout As NLayout _
    ) 
    'Usage
     
    
    Dim instance As NBodyAdapter
    Dim layout As NLayout
     
    instance.StartBodiesUpdate(layout)
    public virtual void StartBodiesUpdate( 
       NLayout layout
    )

    Parameters

    layout
    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