Exemplo n.º 1
0
 /// <summary>
 ///Clones SimulatedSonarEntity
 ///</summary>
 ///<returns>cloned value</returns>
 public override object Clone()
 {
     global::Robotics.CustomSimulatedEntities.Proxy.SimulatedSonarEntity target0 = new global::Robotics.CustomSimulatedEntities.Proxy.SimulatedSonarEntity();
     this.CopyTo(target0);
     return(target0);
 }
Exemplo n.º 2
0
 /// <summary>
 ///Copies the data member values of the current SimulatedSonarEntity 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.CustomSimulatedEntities.Proxy.SimulatedSonarEntity typedTarget = ((global::Robotics.CustomSimulatedEntities.Proxy.SimulatedSonarEntity)(target));
 }