Shows or hides the force symbols in the graphics area.
.NET Syntax
Visual Basic (Declaration) | |
---|
WriteOnly Property ShowOrHideForce As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudy
instance.ShowOrHideForce = value |
C# | |
---|
System.bool ShowOrHideForce {set;} |
C++/CLI | |
---|
property System.bool ShowOrHideForce {
void set ( & System.bool value);
} |
Property Value
True to show force symbols in the study, false to hide them
Example
See Also
Availability
SolidWorks Simulation API 2014 SP0