Search
DiagramExtensions.ValidityChecks Method
See Also
 





Sets a value indicating whether validity checks are performed each time an item is added to the diagram. That involves enumerating the item collections and can slow up the process considerably for large diagrams. Disable this property to skip the checks, however be sure that you don't add an item twice to the diagram and that links are created only between items in the same diagram.

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram ValidityChecks (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function ValidityChecks( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also