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