RVTDocs.com

VertexStreamPosition.AddVertices

Method
Description:
Inserts multiple instances into the stream and associated buffer.
Syntax
public void AddVertices(
	IList<VertexPosition> vertices
)
Parameters
Parameter Type Description
vertices IList The vertices 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.