RVTDocs.com

SlabShapeVertexArray.Insert

Method
Description:
Insert the specified item into the array.
Syntax
public virtual void Insert(
	SlabShapeVertex item,
	int index
)
Parameters
Parameter Type Description
item SlabShapeVertex The item to be inserted into the array.
index Int32 The item will be inserted before this index.
Return Value
Type Description
SlabShapeVertexArray Class Returns whether the item was inserted into the array.