Gets or sets whether to show ignored interferences.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowIgnoredInterferences As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInterferenceDetectionMgr
Dim value As Boolean
instance.ShowIgnoredInterferences = value
value = instance.ShowIgnoredInterferences
|
C# | |
---|
bool ShowIgnoredInterferences {get; set;} |
C++/CLI | |
---|
property bool ShowIgnoredInterferences {
bool get();
void set (bool value);
} |
Return Value
True to show ignored interferences, false to not
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0