/// <summary> ///Clones PursuitCameraState ///</summary> ///<returns>cloned value</returns> public override object Clone() { global::Microsoft.Robotics.Services.PursuitCamera.Proxy.PursuitCameraState target0 = new global::Microsoft.Robotics.Services.PursuitCamera.Proxy.PursuitCameraState(); this.CopyTo(target0); return(target0); }
/// <summary> ///Copies the data member values of the current PursuitCameraState 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::Microsoft.Robotics.Services.PursuitCamera.Proxy.PursuitCameraState typedTarget = ((global::Microsoft.Robotics.Services.PursuitCamera.Proxy.PursuitCameraState)(target)); typedTarget._CameraName = this._CameraName; }