Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NDrawingBodyContainerAdapter Class / StartObjectsUpdate Method


In This Topic
    StartObjectsUpdate Method (NDrawingBodyContainerAdapter)
    In This Topic
    Called by layouts to mark the beggining of a write section
    Syntax
    'Declaration
     
    
    Public Overrides Sub StartObjectsUpdate( _
       ByVal layout As NLayout _
    ) 
    'Usage
     
    
    Dim instance As NDrawingBodyContainerAdapter
    Dim layout As NLayout
     
    instance.StartObjectsUpdate(layout)
    public override void StartObjectsUpdate( 
       NLayout layout
    )

    Parameters

    layout
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also