Gets whether this BOM is visible.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsVisible() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomTable
Dim value As Boolean
value = instance.IsVisible()
|
C++/CLI | |
---|
bool IsVisible(); |
Return Value
True if the BOM is visible, false if not
Remarks
See Also