public int SetDimention(uint[] dimension)
 {
     return(SoundNativeMethods.SoundControlElementInfoSetDimension(handle, dimension));
 }