public bool SetCurrent(int index) { return(m_dll.adCurrentSet(m_handle, new IntPtr(index)) == CoreDll.Error.Ok); }