RVTDocs.com

SlabShapeVertexArray.Append

Method
Description:
Add the item to the end of the array.
Syntax
public virtual void Append(
	SlabShapeVertex item
)
Parameters
Parameter Type Description
item SlabShapeVertex The item to be added.
Return Value