RVTDocs.com

IndexStreamLine.AddLines

Method
Description:
Inserts multiple segments into the stream and associated buffer.
Syntax
public void AddLines(
	IList<IndexLine> lines
)
Parameters
Parameter Type Description
lines IList The line segments to be inserted.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException Thrown if the associated buffer is not mapped. -or- Thrown if the associated buffer has insufficient space.