Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class
Properties Methods


In This Topic
    NBatch Class Members
    In This Topic

    The following tables list the members exposed by NBatch.

    Public Properties
     NameDescription
    Public PropertyGets the batch bounds  
    Public PropertyGets the batch constrain bounds  
    Public PropertyGets/sets the document associated with the batch  
    Public PropertyDetermines whether the batch is bounds constrained  
    Public PropertyGets/sets the nodes representing the batch  
    Top
    Public Methods
     NameDescription
    Public MethodBuilds the batch from the specified nodes  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the nodes to the specified composite  
    Protected MethodSafely calls the BeginUpdate method of the drawing document (if the batch is executed for a drawing document)  
    Protected MethodCommits the current transaction  
    Protected MethodSafely calls the EndUpdate method of the drawing document (if the batch is executed for a drawing document)  
    Protected MethodRemoves the specified nodes from the composites in which they reside  
    Protected MethodRestores the specified connections  
    Protected MethodRestores the scene transformations of the specified nodes  
    Protected MethodRolls back the current transaction  
    Protected MethodStarts a new transaction  
    Protected MethodStores the connections in which the specified nodes participate  
    Protected MethodStores the scene transformations of the specified nodes  
    Protected MethodVerifies if the batch nodes have the required permissions  
    Protected MethodVerifies if the specified node has the required permissions  
    Top
    See Also