APRlib

EdgeBaseSet.Add Method (EdgeBase)

Adds an element to the set.

public bool Add(
   EdgeBase objectToAdd
);

Parameters

objectToAdd
The object to be added.

Return Value

True if the object was added, false otherwise.

See Also

EdgeBaseSet Class | edu.neu.ccs.demeter.APRlib.cd Namespace | EdgeBaseSet.Add Overload List