IndexStreamLine.AddLines
Description:
Inserts multiple segments into the stream and associated buffer.
Inserts multiple segments into the stream and associated buffer.
public void AddLines(
IList<IndexLine> lines
)
-
IList<IndexLine>linesThe line segments to be inserted.
-
A non-optional argument was null
-
Thrown if the associated buffer is not mapped. -or- Thrown if the associated buffer has insufficient space.