Copies properties from the specified object.
object expression.Imitate (Object)
object expression Required. An object expression that evaluates to an object in the Applies To list.
Object Required. A Bot object if object expression is a Bot or Bot collection. A Cell object if object expression is Cell or Cell collection.
Note that if the object this method applies to is a BotShape or CellShape object, then only the appearance properties are copied. Otherwise, all properties are copied.
The following example copies the appearance of one Bot object to another.
Bot1.Imitate Bot2