コード例 #1
0
 /// <summary>
 ///Clones BoeBot
 ///</summary>
 ///<returns>cloned value</returns>
 public override object Clone()
 {
     global::Robotics.SimulationEmptyProject.Proxy.BoeBot target0 = new global::Robotics.SimulationEmptyProject.Proxy.BoeBot();
     this.CopyTo(target0);
     return(target0);
 }
コード例 #2
0
 /// <summary>
 ///Copies the data member values of the current BoeBot 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.SimulationEmptyProject.Proxy.BoeBot typedTarget = ((global::Robotics.SimulationEmptyProject.Proxy.BoeBot)(target));
 }