KMotion_dotNet.KM_CoordMotion.Get_Simulate C# (CSharp) Method

Get_Simulate() private method

Property getter Accessor for simulation
private Get_Simulate ( ) : bool
return bool
        private bool Get_Simulate()
        {
            try
            {
                return KM_dotnet_Interop_CoordMotion_Get_Simulate(_InstanceHandle);
            }
            catch (DllNotFoundException e)
            {
                throw new DMException(this, e, String.Format("Dll Not Found Exception thrown :  Caller - [{0}] :: Member - [{1}]",
                    this.ToString(), "Get_Simulate"));
            }
            catch (EntryPointNotFoundException e)
            {
                throw new DMException(this, e, String.Format("Entry Point Not Found Exception thrown :  Caller - [{0}] :: Member - [{1}]",
                   this.ToString(), "Get_Simulate"));
            }
            catch (Exception e)
            {
                throw new DMException(this, e, String.Format("General Exception thrown :  Caller - [{0}] :: Member - [{1}]",
                  this.ToString(), "Get_Simulate"));
            }
        }
        /// <summary>
KM_CoordMotion