Gets whether the bill of materials (BOM) table is hidden.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Hidden As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMTable4
Dim value As System.Boolean
value = instance.Hidden |
C# | |
---|
System.bool Hidden {get;} |
C++/CLI | |
---|
property System.bool Hidden {
System.bool get();
} |
Property Value
True if the BOM table is hidden, false if the BOM table is shown
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2012 SP0