Gets and sets whether to insert magnetic lines with balloons.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property InsertMagneticLine As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IAutoBalloonOptions
Dim value As Boolean
instance.InsertMagneticLine = value
value = instance.InsertMagneticLine
|
| C# | |
|---|
bool InsertMagneticLine {get; set;} |
| C++/CLI | |
|---|
property bool InsertMagneticLine {
bool get();
void set (bool value);
} |
Return Value
True to insert magnetic lines, false to not; only valid when
IAutoBalloonOptons::Layout is not set to
swBalloonLayoutType_e.swDetailingBalloonLayout_Circle
Example
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0