Search
PathCollection.Add Method
See Also
 





Adds the specified Path to the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    Path path
)

Visual Basic  Copy Code

Public Sub Add( _
    path As Path _
)

 Parameters

path
The Path object to add.

 Remarks

The Path object is added at the end of the PathCollection. Use Insert to specify the place of the new element.

 See Also