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