Gets the sketch for the current compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSketch() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Object
value = instance.GetSketch() |
C# | |
---|
System.object GetSketch() |
C++/CLI | |
---|
System.Object^ GetSketch(); |
Return Value
Sketch for this compound note
Remarks
See Also