Sets a 0-length leader for a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetZeroLengthLeader( _
ByVal Flag As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Flag As Boolean
Dim value As Boolean
value = instance.SetZeroLengthLeader(Flag)
|
C# | |
---|
bool SetZeroLengthLeader(
bool Flag
) |
C++/CLI | |
---|
bool SetZeroLengthLeader(
& bool Flag
) |
Parameters
- Flag
True for compound note object to have no leaderline and be attached to an object, false to display leaderline
Return Value
Previous state for this compound note; True if the previous state was a 0-length leaderline, false if the previous state was to display the leaderline
Remarks
See Also