RVTDocs.com

IndexStreamLine.AddLine

Method
Description:
Inserts a segment into the stream and associated buffer.
Syntax
public void AddLine(
	IndexLine line
)
Parameters
Parameter Type Description
line IndexLine The line segment 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.