Inserts the specified Path to the PathCollection at the specified index.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Insert ( |
Visual Basic
Copy Code
|
|---|
Public Sub Insert( _ |
RemarksThe method inserts a new element at a given position in the PathCollection. Use Add to add a new element to the end of the collection.
See Also