Search
VisioNode Constructor (VisioNode)
See Also
 





Initializes a new instance of the VisioNode class using the specified node as a prototype.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public VisioNode (
    VisioNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As VisioNode _
)

 Parameters

prototype

The node to use as a prototype. The properties of the new node are initialized from the property values of this node.

 See Also