Gets whether or not the component is suppressed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsSuppressed() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMComponent
Dim value As System.Boolean
value = instance.IsSuppressed() |
C# | |
---|
System.bool IsSuppressed() |
C++/CLI | |
---|
System.bool IsSuppressed(); |
Return Value
True if component is suppressed, false if not
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 SP1