Detaches the specified note from this magnetic line and moves it to the specified location.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveNote( _
ByVal Note As Note, _
ByVal Location As MathPoint _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMagneticLine
Dim Note As Note
Dim Location As MathPoint
Dim value As System.Boolean
value = instance.RemoveNote(Note, Location) |
C++/CLI | |
---|
System.bool RemoveNote(
& Note^ Note,
& MathPoint^ Location
) |
Parameters
- Note
- INote to detach from this magnetic line
- Location
- IMathPoint where to move the note specified by Note
Return Value
True if successful, false if not
Example
See Also
Availability
SOLIDWORKS 2012 FCS, Revision Number 20.0