SlabShapeCreaseArray.Insert
Method
Description:
Insert the specified item into the array.
Insert the specified item into the array.
Parameters
| Parameter | Type | Description |
|---|---|---|
| item | SlabShapeCrease | The item to be inserted into the array. |
| index | Int32 | The item will be inserted before this index. |
Return Value
| Type | Description |
|---|---|
| SlabShapeCreaseArray Class | Returns whether the item was inserted into the array. |