Sets the leader properties of the callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetLeader( _
ByVal Visible As System.Boolean, _
ByVal Multiple As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim Visible As System.Boolean
Dim Multiple As System.Boolean
Dim value As System.Boolean
value = instance.SetLeader(Visible, Multiple) |
C++/CLI | |
---|
System.bool SetLeader(
& System.bool Visible,
& System.bool Multiple
) |
Parameters
- Visible
- True to display the leader, false to not (see Remarks)
- Multiple
- True to display multiple leaders, false to not
Return Value
True if the operation is successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0