Gets or sets whether this relation is suppressed or not.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Suppressed As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchRelation
Dim value As Boolean
instance.Suppressed = value
value = instance.Suppressed
|
C# | |
---|
bool Suppressed {get; set;} |
C++/CLI | |
---|
property bool Suppressed {
bool get();
void set (bool value);
} |
Return Value
True the relation is suppressed, false it is not
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0