public int GetDimension(uint idx)
 {
     return(SoundNativeMethods.SoundControlElementInfoGetDimension(handle, idx));
 }