|   | SongAddRest(NoteValue) Method | 
        
        
            Add a rest for the given length for the current beat.
            
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Sub AddRest ( 
	restLength As NoteValue
)
member AddRest : 
        restLength : NoteValue -> unit function AddRest(restLength);
Parameters
- restLength  NoteValue
- Duration of wait specified as a note value.
 See Also
See Also