DimensionSegmentArray.Insert
Description:
Insert the specified item into the array.
Insert the specified item into the array.
public virtual void Insert(
DimensionSegment item,
int index
)
-
itemThe item to be inserted into the array.
-
Int32indexThe item will be inserted before this index.
Return Value
Returns whether the item was inserted into the array.