Gets or sets whether to display child components when this model configuration is included in a Bill of Materials report.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowChildComponentsInBOM As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As Boolean
instance.ShowChildComponentsInBOM = value
value = instance.ShowChildComponentsInBOM
|
C# | |
---|
bool ShowChildComponentsInBOM {get; set;} |
C++/CLI | |
---|
property bool ShowChildComponentsInBOM {
bool get();
void set (bool value);
} |
Return Value
True displays child components in a BOM, false does not
Example
Remarks
See Also
Availability
SolidWorks 2000 SP01, Revision Number 8.1