Deletes an object from a model.
Deletes an object from a model.
void Delete(ICopyable);
Deletes the modeling objects in an array obj
from the invoking model.
void Delete(ICopyable[]);
Deletes the modeling objects in obj[start]
through obj[start+num-1]
from a model.
void Delete(ICopyable[],int,int);