Gets whether the current note is a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCompoundNote() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As Boolean
value = instance.IsCompoundNote()
|
C++/CLI | |
---|
bool IsCompoundNote(); |
Return Value
True if note is compound, false if not
Example
See Also