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