ElementSet.Insert
Description:
Insert the specified element into the set.
Insert the specified element into the set.
public virtual bool Insert(
Element item
)
-
itemThe element to be inserted into the set.
Return Value
bool
Returns whether the element was inserted into the set.