Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class / EndUpdate Method


In This Topic
    EndUpdate Method (NBatch)
    In This Topic
    Safely calls the EndUpdate method of the drawing document (if the batch is executed for a drawing document)
    Syntax
    'Declaration
     
    
    Protected Overridable Sub EndUpdate() 
    'Usage
     
    
    Dim instance As NBatch
     
    instance.EndUpdate()
    protected virtual void EndUpdate()
    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