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