/// <summary>
 ///Clones MotorBaseWithDrive
 ///</summary>
 ///<returns>cloned value</returns>
 public override object Clone()
 {
     global::Robotics.SimpleSimulatedRobot.Proxy.MotorBaseWithDrive target0 = new global::Robotics.SimpleSimulatedRobot.Proxy.MotorBaseWithDrive();
     this.CopyTo(target0);
     return(target0);
 }
 /// <summary>
 ///Copies the data member values of the current MotorBaseWithDrive to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public override void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     base.CopyTo(target);
     global::Robotics.SimpleSimulatedRobot.Proxy.MotorBaseWithDrive typedTarget = ((global::Robotics.SimpleSimulatedRobot.Proxy.MotorBaseWithDrive)(target));
 }