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


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