Gets and sets the
Keep Missing Items option
for this BOM feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KeepMissingItems As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomFeature
Dim value As Boolean
instance.KeepMissingItems = value
value = instance.KeepMissingItems
|
C# | |
---|
bool KeepMissingItems {get; set;} |
C++/CLI | |
---|
property bool KeepMissingItems {
bool get();
void set (bool value);
} |
Return Value
True to keep suppressed components, false to not
Example
Missing items are suppressed components.
See Also
Availability
SolidWorks 2004 FCS, Revision number 12