LineGeometryCollection.Insert Method
Inserts an element into the collection at the specified index.
Insert(System.Int32 index, LineGeometry item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
System.Int32 index,
LineGeometry item
)
Parameters
The zero-based index at which item should be inserted.
The object to insert.
Platforms
Windows, Linux, Android