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